| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.Seam
public class Seam
Convenience methods for accessing annotated information about Seam component classes.
| Constructor Summary | |
|---|---|
| Seam() | |
| Method Summary | |
|---|---|
| static Component | componentForName(String name)Get the Seam component, even if no application context is associated with the current thread. | 
| static String | getComponentName(Class<?> clazz)Get the component name | 
| static ScopeType | getComponentRoleScope(Class clazz,
                      Role role)Get the scope for a role | 
| static ScopeType | getComponentScope(Class<?> clazz)Get the default scope | 
| static ComponentType | getComponentType(Class<?> clazz)Get the component type | 
| static String | getEjbName(Class<?> clazz) | 
| static Class | getEntityClass(Class<?> clazz)Get the bean class from a container-generated proxy class | 
| static InterceptionType | getInterceptionType(Class<?> clazz) | 
| static void | invalidateSession()Mark the session for invalidation at the end of the request cycle | 
| static boolean | isEntityClass(Class<?> clazz)Is the class a container-generated proxy class for an entity bean? | 
| static boolean | isSessionInvalid()Is the session marked for invalidation? | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Seam()
| Method Detail | 
|---|
public static ScopeType getComponentScope(Class<?> clazz)
Scopepublic static ScopeType getComponentRoleScope(Class clazz, Role role)
Scopepublic static ComponentType getComponentType(Class<?> clazz)
public static String getComponentName(Class<?> clazz)
Namepublic static Class getEntityClass(Class<?> clazz)
public static boolean isEntityClass(Class<?> clazz)
public static String getEjbName(Class<?> clazz)
public static InterceptionType getInterceptionType(Class<?> clazz)
public static void invalidateSession()
public static boolean isSessionInvalid()
public static Component componentForName(String name)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||