|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
org.jboss.seam | |
org.jboss.seam.core | |
org.jboss.seam.interceptors | |
org.jboss.seam.remoting |
Uses of Component in org.jboss.seam |
---|
Methods in org.jboss.seam that return Component | |
---|---|
static Component |
Component.forName(String name)
|
Methods in org.jboss.seam with parameters of type Component | |
---|---|
static Object |
Component.callComponentMethod(Component component,
Object instance,
Method method)
|
Uses of Component in org.jboss.seam.core |
---|
Fields in org.jboss.seam.core declared as Component | |
---|---|
Component |
Init.FactoryMethod.component
|
Component |
Init.ObserverMethod.component
|
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)
|
void |
ManagedHibernateSession.create(Component component)
|
void |
ManagedPersistenceContext.create(Component component)
|
Uses of Component in org.jboss.seam.interceptors |
---|
Constructors in org.jboss.seam.interceptors with parameters of type Component | |
---|---|
Interceptor(org.jboss.seam.interceptors.AbstractInterceptor builtinInterceptor,
Component component)
|
|
Interceptor(Annotation annotation,
Component component)
|
|
SeamInvocationContext(javax.interceptor.InvocationContext ejbInvocationContext,
Component component)
|
Uses of Component in org.jboss.seam.remoting |
---|
Methods in org.jboss.seam.remoting with parameters of type Component | |
---|---|
void |
InterfaceGenerator.generateComponentInterface(Component[] components,
OutputStream out)
Generates the JavaScript code required to invoke the methods of a component/s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |