Class PlusDecorator

  • All Implemented Interfaces:
    org.eclipse.jetty.util.Decorator

    public class PlusDecorator
    extends java.lang.Object
    implements org.eclipse.jetty.util.Decorator
    PlusDecorator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object decorate​(java.lang.Object o)  
      void destroy​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • decorate

        public java.lang.Object decorate​(java.lang.Object o)
        Specified by:
        decorate in interface org.eclipse.jetty.util.Decorator
      • destroy

        public void destroy​(java.lang.Object o)
        Specified by:
        destroy in interface org.eclipse.jetty.util.Decorator