-
br.com.caelum.tubaina.parser.TubainaModule.inject()
-
br.com.caelum.tubaina.parser.html.desktop.HtmlModule.inject()
-
buildcraft.core.inventory.TransactorSimple.inject()
-
client.net.sf.saxon.ce.expr.parser.CodeInjector.inject()
If tracing, wrap an expression in a trace instruction
@param exp the expression to be wrapped
@param env the static context
@param construct integer constant identifying the kind of construct
@param qName the name of the construct (if applicable)
@return a replacement for the original expression (or the original expression unchanged)
-
cn.edu.hfut.dmic.webcollector.generator.Injector.inject()
以新建的方式,注入一个种子url
@param url 种子url
@throws IOException
-
com.caucho.config.type.ConfigType.inject()
Inject and initialize the type
-
com.force.sdk.codegen.injector.TemplateInjector.inject()
Injects state from a {@code GetUserInfoResult} object and {@code DescribeSObjectResult}object into a {@code Template}. It can also run a {@code FieldFilter} on the {@code DescribeSObjectResult}.
@param userInfo the Force.com user who is running the code generation
@param dsr the Force.com schema object for which code will be generated
@param fieldList the Force.com field list to use for code generation
@param template the {@code Template} object representing the physical layout of the code to be generated
-
com.opensymphony.xwork2.inject.Container.inject()
Injects dependencies into the fields and methods of an existing object.
-
com.sun.faces.spi.InjectionProvider.inject()
The implementation of this method must perform the following steps:
- Inject the supported resources per the Servlet 2.5 specification into the provided object
This method must not invoke any methods annotated with @PostConstruct
@param managedBean the target managed bean
@throws InjectionProviderException if an error occurs during resource injection
-
com.sun.jersey.core.spi.component.ComponentInjector.inject()
Inject on an instance.
@param t the instance to inject on.
-
com.sun.jersey.server.spi.component.ResourceComponentInjector.inject()
Inject onto an instance of a resource class.
@param c the HTTP context, may be set to null if not available for thecurrent scope.
@param o the resource.
-
com.whatevernot.engine.IEngine.inject()
Inject an object into the engine. This will cause some sequence of events to happen, depending on how the added classes are implemented. The execution thread in the engine gets assigned a new sequence number. If the object supplied is null
then do nothing.
@param object The object to inject, of course.
@return The sequence number assigned to the object.
-
dagger.ObjectGraph.inject()
-
javax.enterprise.inject.spi.InjectionTarget.inject()
Performs dependency injection upon the given object.
@param instance bean instance
@param ctx creational context
-
jfun.yan.etc.injection.Injection.inject()
Inject dependency into an object.
@param obj the object.
@return is this object injected by this Injection object?
-
org.apache.axis2.jaxws.server.endpoint.injection.ResourceInjector.inject()
Inject resource on Filed, Method or Class depending on how the @Resource annotation is defined.
@param resource
@param instance
-
org.apache.camel.cdi.internal.CamelExtension.inject()
Perform injection on an existing bean such as a test case which is created directly by a testing framework.
This is because BeanProvider.injectFields() does not invoke the onInjectionTarget() method so the injection of @Produce / @EndpointInject and processing of the @Consume annotations are not performed.
-
org.apache.cxf.common.injection.ResourceInjector.inject()
-
org.apache.myfaces.spi.InjectionProvider.inject()
-
org.apache.nutch.crawl.Injector.inject()
-
org.apache.nutch.crawl.InjectorJob.inject()
-
org.apache.ode.jacob.vpu.JacobVPU.inject()
Inject a concretion into the process context. This amounts to chaning the process context from P
to P|Q
where P
is the previous process context and Q
is the injected process. This method is equivalent to the parallel operator, but is intended to be used from outside of an active {@link JacobThread}.
-
org.apache.openejb.cdi.OWBInjector.inject()
Inject dependencies of given instance.
@param javaEeComponentInstance instance
@return this injector
@throws Exception if exception occurs
-
org.apache.openejb.core.WebContext.inject()
-
org.apache.tapestry5.services.TransformField.inject()
Converts this field into a read only field whose value is the provided value. This is used when converting an existing field into a read-only injected value.
@param value the value provided by the field
-
org.apache.webbeans.inject.OWBInjector.inject()
Inject dependencies of given instance.
@param beanManager the BeanManager to use
@param instanceUnderInjection instance
@param ownerCreationalContext CreationalContext of the owner
@return this injector
@throws Exception if exception occurs
-
org.apache.wicket.injection.Injector.inject()
Injects the specified object. This method is usually implemented by delegating to {@link #inject(Object,IFieldValueFactory)} with some {@link IFieldValueFactory}
@param object
@see #inject(Object,IFieldValueFactory)
-
org.drools.guvnor.server.security.MockIdentity.inject()
Push this mock as the identity to Seam.
-
org.eclipse.jetty.plus.annotation.InjectionCollection.inject()
-
org.eclipse.php.internal.ui.editor.contentassist.UseStatementInjector.inject()
Inserts USE statement into beginning of the document, or after the last USE statement.
@param document
@param textViewer
@param offset
@return new offset
-
org.infinispan.marshall.VersionAwareMarshaller.inject()
-
org.jboss.arquillian.core.api.Injector.inject()
@param target
-
org.jboss.arquillian.core.spi.Manager.inject()
-
org.jboss.as.connector.adapters.jdbc.util.Injection.inject()
Inject a value into an object property
@param object The object
@param propertyName The property name
@param propertyValue The property value
@throws NoSuchMethodException If the property method cannot be found
@throws IllegalAccessException If the property method cannot be accessed
@throws InvocationTargetException If the property method cannot be executed
-
org.jboss.as.connector.util.Injection.inject()
Inject a value into an object property
@param propertyType The property type as a fully quilified class name
@param propertyName The property name
@param propertyValue The property value
@param object The object
@exception NoSuchMethodException If the property method cannot be found
@exception IllegalAccessException If the property method cannot beaccessed
@exception InvocationTargetException If the property method cannot beexecuted
-
org.jboss.ejb3.interceptor.InterceptorInjector.inject()
-
org.jboss.jca.core.util.Injection.inject()
Inject a value into an object property
@param object The object
@param propertyName The property name
@param propertyValue The property value
@exception NoSuchMethodException If the property method cannot be found
@exception IllegalAccessException If the property method cannot be accessed
@exception InvocationTargetException If the property method cannot be executed
-
org.jboss.resteasy.core.PropertyInjectorImpl.inject()
-
org.jboss.resteasy.spi.PropertyInjector.inject()
Inject values into annotated properties (fields/setter methods) of the target object. This method should only be used outside the scope of an HTTP request.
@param target
-
org.jboss.seam.Component.inject()
Inject context variable values into @In attributes of a component instance.
@param bean a Seam component instance
@param enforceRequired should we enforce required=true?
-
org.jboss.wsf.spi.invocation.ResourceInjector.inject()
-
org.jvnet.hk2.component.InjectionManager.inject()
Initializes the component by performing injection.
@param component component instance to inject
@param targets the injection resolvers to resolve all injection points
@throws ComponentException if injection failed for some reason.
-
org.nutz.lang.inject.Injecting.inject()
通过反射,向对象某一字段设置一个值
@param obj 被设值的对象
@param value 值
-
org.objectweb.celtix.common.injection.ResourceInjector.inject()
-
org.rioproject.impl.watch.WatchInjector.inject()
Add a WatchDescriptor, creating the Watch
@param wDesc The WatchDescriptor to add, must not be null
@return The created Watch, or null
if it could not becreated. If the watch already exists, the current Watch wil be returned
@throws Exception if there are problems getting the configuration fromthe context
-
org.springframework.beans.factory.annotation.InjectionMetadata.inject()
-
org.strecks.injection.internal.InjectionWrapper.inject()
Retrieves the required object from the request using the configured input handling strategy, then applies it to the target object
@return true if object set was not null, false otherwise
-
ro.isdc.wro.model.group.processor.Injector.inject()
Scans the object and inject the supported values into the fields having @Inject annotation present.
@param object {@link Object} which will be scanned for @Inject annotation presence.
@return the injected object instance. Useful for fluent interface.
-
tests.jfun.models.Injector.inject()