public interface WebContainer extends ConfigBeanProxy, PropertyBag, ConfigExtension
PropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getJspCachingEnabled() |
List<Property> |
getProperty()
Properties.
|
@NotNull SessionConfig |
getSessionConfig()
Gets the value of the sessionConfig property.
|
void |
setJspCachingEnabled(String value) |
void |
setSessionConfig(SessionConfig value)
Sets the value of the sessionConfig property.
|
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertycreateChild, deepCopy, getParent, getParent@NotNull @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<Property> getProperty()
getProperty in interface PropertyBagCopyright © 2019. All rights reserved.