Package org.gatein.pc.api.info
Interface RuntimeOptionInfo
-
public interface RuntimeOptionInfo- Version:
- $Revision$
- Author:
- Chris Laprun
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAVAX_PORTLET_ACTION_SCOPED_REQUEST_ATTRIBUTESstatic StringJAVAX_PORTLET_ESCAPE_XMLstatic StringJAVAX_PORTLET_SERVLET_DEFAULT_SESSION_SCOPEstatic StringNUMBER_OF_CACHED_SCOPESstatic StringREMOTABLE_RUNTIME_OPTIONstatic Set<String>SUPPORTED_OPTIONS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()List<String>getValues()
-
-
-
Field Detail
-
JAVAX_PORTLET_ACTION_SCOPED_REQUEST_ATTRIBUTES
static final String JAVAX_PORTLET_ACTION_SCOPED_REQUEST_ATTRIBUTES
- See Also:
- Constant Field Values
-
NUMBER_OF_CACHED_SCOPES
static final String NUMBER_OF_CACHED_SCOPES
- See Also:
- Constant Field Values
-
JAVAX_PORTLET_ESCAPE_XML
static final String JAVAX_PORTLET_ESCAPE_XML
- See Also:
- Constant Field Values
-
JAVAX_PORTLET_SERVLET_DEFAULT_SESSION_SCOPE
static final String JAVAX_PORTLET_SERVLET_DEFAULT_SESSION_SCOPE
- See Also:
- Constant Field Values
-
REMOTABLE_RUNTIME_OPTION
static final String REMOTABLE_RUNTIME_OPTION
- See Also:
- Constant Field Values
-
-