Class AbstractSearchableController

  • All Implemented Interfaces:
    NamedQuerySearchable
    Direct Known Subclasses:
    MediaController

    public abstract class AbstractSearchableController
    extends java.lang.Object
    implements NamedQuerySearchable
    Abstract controller providing searching/querying helper methods. This class can implement all sorts of searchable interfaces and provide helper functions to extending controllers.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NamedQueryData getNamedQuery​(javax.servlet.http.HttpServletRequest request)
      Get the named query from the request.
      • Methods inherited from class java.lang.Object

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

      • AbstractSearchableController

        public AbstractSearchableController()
    • Method Detail

      • getNamedQuery

        public NamedQueryData getNamedQuery​(javax.servlet.http.HttpServletRequest request)
        Description copied from interface: NamedQuerySearchable
        Get the named query from the request.
        Specified by:
        getNamedQuery in interface NamedQuerySearchable
        Parameters:
        request - - the http servlet request
        Returns:
        the named query or null if the request does not contain a named query