当前页面:
在线文档首页 >
JBoss Seam 1.1.0 cr1 API 英文版文档
WebRequestContext (JBoss Seam API Documentation) - JBoss Seam 1.1.0 cr1 API 英文版文档
org.jboss.seam.contexts
Class WebRequestContext
java.lang.Object
org.jboss.seam.contexts.WebRequestContext
- All Implemented Interfaces:
- Context
public class WebRequestContext
- extends Object
- implements Context
- Version:
- $Revision: 1.18 $
- Author:
- Gavin King, Thomas Heute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebRequestContext
public WebRequestContext(ContextAdaptor request)
getType
public ScopeType getType()
- Specified by:
getType
in interface Context
get
public Object get(String name)
- Specified by:
get
in interface Context
set
public void set(String name,
Object value)
- Specified by:
set
in interface Context
isSet
public boolean isSet(String name)
- Specified by:
isSet
in interface Context
remove
public void remove(String name)
- Specified by:
remove
in interface Context
getNames
public String[] getNames()
- Specified by:
getNames
in interface Context
get
public Object get(Class clazz)
- Specified by:
get
in interface Context
flush
public void flush()
- Specified by:
flush
in interface Context