Interface WebContainer
-
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.glassfish.api.admin.config.ConfigExtension,org.glassfish.api.admin.config.Container,org.jvnet.hk2.config.types.PropertyBag
public interface WebContainer extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag, org.glassfish.api.admin.config.ConfigExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJspCachingEnabled()List<org.jvnet.hk2.config.types.Property>getProperty()Properties.@NotNull SessionConfiggetSessionConfig()Gets the value of the sessionConfig property.voidsetJspCachingEnabled(String value)voidsetSessionConfig(SessionConfig value)Sets the value of the sessionConfig property.
-
-
-
Method Detail
-
getSessionConfig
@NotNull @NotNull SessionConfig getSessionConfig()
Gets the value of the sessionConfig property.- Returns:
- possible object is
SessionConfig
-
setSessionConfig
void setSessionConfig(SessionConfig value) throws PropertyVetoException
Sets the value of the sessionConfig property.- Parameters:
value- allowed object isSessionConfig- Throws:
PropertyVetoException
-
getJspCachingEnabled
String getJspCachingEnabled()
-
setJspCachingEnabled
void setJspCachingEnabled(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getProperty
@PropertiesDesc(props=@PropertyDesc(name="dispatcher-max-depth",defaultValue="20",dataType=org.glassfish.config.support.datatypes.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()
Properties.- Specified by:
getPropertyin interfaceorg.jvnet.hk2.config.types.PropertyBag
-
-