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 Class Summary
 
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
 
Method Summary
 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.
 
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
 

Method Detail

getSessionConfig

@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 is SessionConfig
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=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:
getProperty in interface org.jvnet.hk2.config.types.PropertyBag


Copyright © 2012 GlassFish Community. All Rights Reserved.