Class SearchActions

  • All Implemented Interfaces:
    IAction

    public class SearchActions
    extends Object
    implements IAction
    Author:
    pvandermaesen list of actions for search in cms.
    • Field Detail

      • logger

        protected static Logger logger
        create a static logger.
    • Constructor Detail

      • SearchActions

        public SearchActions()
    • Method Detail

      • performDefaultsearch

        public static String performDefaultsearch​(javax.servlet.http.HttpServletRequest request,
                                                  javax.servlet.http.HttpServletResponse response)
      • performSearch

        public static String performSearch​(javax.servlet.http.HttpServletRequest request,
                                           javax.servlet.http.HttpServletResponse response)
      • performTemplate

        public static String performTemplate​(javax.servlet.http.HttpServletRequest request,
                                             javax.servlet.http.HttpServletResponse response)
                                      throws Exception
        Throws:
        Exception
      • getActionGroupName

        public String getActionGroupName()
        Description copied from interface: IAction
        the group name of the action
        Specified by:
        getActionGroupName in interface IAction
        Returns:
        a group name.