public interface WebContainer extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag, ConfigExtension
| Modifier and Type | Method and Description |
|---|---|
String |
getJspCachingEnabled() |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties.
|
SessionConfig |
getSessionConfig()
Gets the value of the sessionConfig property.
|
void |
setJspCachingEnabled(String value) |
void |
setSessionConfig(SessionConfig value)
Sets the value of the sessionConfig property.
|
@NotNull SessionConfig getSessionConfig()
SessionConfigvoid setSessionConfig(SessionConfig value) throws PropertyVetoException
value - allowed object is
SessionConfigPropertyVetoExceptionString getJspCachingEnabled()
void setJspCachingEnabled(String value) throws PropertyVetoException
PropertyVetoException@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")) List<org.jvnet.hk2.config.types.Property> getProperty()
getProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017. All rights reserved.