Class QueueBrowseServlet

  • All Implemented Interfaces:
    Serializable, Servlet, ServletConfig

    public class QueueBrowseServlet
    extends HttpServlet
    Renders the contents of a queue using some kind of view. The URI is assumed to be the queue. The following parameters can be used

    • view - specifies the type of the view such as simple, xml, rss
    • selector - specifies the SQL 92 selector to apply to the queue
    See Also:
    Serialized Form