Class RegistrationMappingDescription<T extends javax.servlet.Registration>

    • Method Detail

      • getName

        public String getName()
        Returns the name of the registered Filter or Servlet.
        Returns:
        the name
      • getClassName

        public String getClassName()
        Returns the class name of the registered Filter or Servlet.
        Returns:
        the class name
      • getRegistration

        protected final T getRegistration()
        Returns the registration that is being described.
        Returns:
        the registration