|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.jboss.seam | |
org.jboss.seam.core | |
org.jboss.seam.intercept | |
org.jboss.seam.interceptors |
Uses of Component in org.jboss.seam |
---|
Methods in org.jboss.seam that return Component | |
---|---|
static Component |
Seam.componentForName(String name)
Get the Seam component, even if no application context is associated with the current thread. |
static Component |
Component.forName(String name)
|
Uses of Component in org.jboss.seam.core |
---|
Methods in org.jboss.seam.core that return Component | |
---|---|
Component |
Init.FactoryMethod.getComponent()
|
Component |
Init.ObserverMethod.getComponent()
|
Methods in org.jboss.seam.core with parameters of type Component | |
---|---|
void |
Init.addFactoryMethod(String variable,
Method method,
Component component)
|
void |
Init.addObserverMethod(String eventType,
Method method,
Component component,
boolean create)
|
void |
Filter.create(Component component)
|
void |
ManagedHibernateSession.create(Component component)
|
void |
ManagedPersistenceContext.create(Component component)
|
javax.ejb.Timer |
Dispatcher.scheduleInvocation(InvocationContext invocation,
Component component)
|
javax.ejb.Timer |
LocalDispatcher.scheduleInvocation(InvocationContext invocation,
Component component)
|
void |
EntityManagerFactory.startup(Component component)
|
Uses of Component in org.jboss.seam.intercept |
---|
Fields in org.jboss.seam.intercept with type parameters of type Component | |
---|---|
static ThreadLocal<Component> |
SessionBeanInterceptor.COMPONENT
|
Methods in org.jboss.seam.intercept that return Component | |
---|---|
protected Component |
RootInterceptor.getComponent()
|
Methods in org.jboss.seam.intercept with parameters of type Component | |
---|---|
protected void |
RootInterceptor.init(Component component)
|
Constructors in org.jboss.seam.intercept with parameters of type Component | |
---|---|
ClientSideInterceptor(Object bean,
Component component)
|
|
Interceptor(Class[] classes,
Annotation annotation,
Component component)
|
|
Interceptor(Object interceptor,
Component component)
|
|
JavaBeanInterceptor(Object bean,
Component component)
|
Uses of Component in org.jboss.seam.interceptors |
---|
Methods in org.jboss.seam.interceptors that return Component | |
---|---|
protected Component |
AbstractInterceptor.getComponent()
|
Methods in org.jboss.seam.interceptors with parameters of type Component | |
---|---|
void |
AbstractInterceptor.setComponent(Component component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |