Class AbstractCommandServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public abstract class AbstractCommandServlet
    extends AbstractPredicateServlet
    Abstract servlet to use for the client/server command interface. Note: due to a problem in SCR plugin, this class cannot extend from the AbstractPredicateServlet because the predicate provider reference would be double defined.
    See Also:
    Serialized Form
    • Field Detail

      • PATH_PARAM

        public static final java.lang.String PATH_PARAM
        default path parameter name
        See Also:
        Constant Field Values
      • ACTION_PARAM

        public static final java.lang.String ACTION_PARAM
        default action parameter name
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractCommandServlet

        public AbstractCommandServlet()