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
    • 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 Detail

      • getSessionConfig

        @NotNull
        @NotNull SessionConfig getSessionConfig()
        Gets the value of the sessionConfig property.
        Returns:
        possible object is SessionConfig
      • getJspCachingEnabled

        String getJspCachingEnabled()
      • 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:
        getProperty in interface org.jvnet.hk2.config.types.PropertyBag