Class DecoratingListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.ServletContextAttributeListener

    public class DecoratingListener
    extends DecoratingListener
    An extended org.eclipse.jetty.servlet.DecoratingListener. The context attribute "org.eclipse.jetty.webapp.DecoratingListener" if not set, is set to the name of the attribute this listener listens for.
    • Field Detail

      • DECORATOR_ATTRIBUTE

        public static final java.lang.String DECORATOR_ATTRIBUTE
        See Also:
        Constant Field Values
    • Constructor Detail

      • DecoratingListener

        public DecoratingListener()
      • DecoratingListener

        public DecoratingListener​(java.lang.String attributeName)
      • DecoratingListener

        public DecoratingListener​(ServletContextHandler context,
                                  java.lang.String attributeName)
    • Method Detail

      • checkAndSetAttributeName

        protected void checkAndSetAttributeName()