com.sun.enterprise.config.serverbeans
Interface WebContainer
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
public interface WebContainer
- extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
getProperty, getPropertyValue, getPropertyValue |
getSessionConfig
@NotNull
SessionConfig getSessionConfig()
- Gets the value of the sessionConfig property.
- Returns:
- possible object is
SessionConfig
setSessionConfig
void setSessionConfig(SessionConfig value)
throws java.beans.PropertyVetoException
- Sets the value of the sessionConfig property.
- Parameters:
value - allowed object is
SessionConfig
- Throws:
java.beans.PropertyVetoException
getJspCachingEnabled
java.lang.String getJspCachingEnabled()
setJspCachingEnabled
void setJspCachingEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getProperty
@PropertiesDesc(props=@PropertyDesc(name="dispatcher-max-depth",defaultValue="20",dataType=PositiveInteger.class,description="Prevents recursive include or forward statements from creating an infinite loop by setting a maximum nested dispatch level. If this level is exceeded, the following message is written to the server log: Exceeded maximum depth for nested request dispatches"))
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
- Properties.
- Specified by:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
Copyright © 2012 GlassFish Community. All Rights Reserved.