当前页面: 
在线文档首页 > 
JBoss Seam  1.0.1 API 英文版文档
StatelessContext (JBoss Seam API Documentation) - JBoss Seam  1.0.1 API 英文版文档
org.jboss.seam.contexts
Class StatelessContext
java.lang.Object
   org.jboss.seam.contexts.StatelessContext
org.jboss.seam.contexts.StatelessContext
- All Implemented Interfaces: 
- Context
- public class StatelessContext 
- extends Object- implements Context
For stateless objects
- Version:
- $Revision: 1.9 $
- Author:
- Gavin King, Thomas Heute
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StatelessContext
public StatelessContext()
getType
public ScopeType getType()
- 
- Specified by:
- getTypein interface- Context
 
- 
 
get
public Object get(String name)
- 
- Specified by:
- getin interface- Context
 
- 
 
set
public void set(String name,
                Object value)
- 
- Specified by:
- setin interface- Context
 
- 
 
isSet
public boolean isSet(String name)
- 
- Specified by:
- isSetin interface- Context
 
- 
 
remove
public void remove(String name)
- 
- Specified by:
- removein interface- Context
 
- 
 
getNames
public String[] getNames()
- 
- Specified by:
- getNamesin interface- Context
 
- 
 
get
public Object get(Class clazz)
- 
- Specified by:
- getin interface- Context
 
- 
 
flush
public void flush()
- 
- Specified by:
- flushin interface- Context
 
-