Class WebsiteControllerHtml


  • public class WebsiteControllerHtml
    extends ControllerHtml
    Implements operations over websites.
    Since:
    6.2.0
    Version:
    $Revision$ $Date$
    • Field Detail

      • ORIGINAL_CHANNEL_ID

        public static final java.lang.String ORIGINAL_CHANNEL_ID
        Original channel identifier parameter name.
        See Also:
        Constant Field Values
      • UPDATED_CHANNEL_ID

        public static final java.lang.String UPDATED_CHANNEL_ID
        Updated channel identifier parameter name.
        See Also:
        Constant Field Values
      • METHOD

        public static final java.lang.String METHOD
        Method parameter name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WebsiteControllerHtml

        public WebsiteControllerHtml​(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response)
                              throws ControllerException,
                                     PortalException
        Creates a new instance with the given parameters.
        Parameters:
        request - the request.
        response - the response.
        Throws:
        ControllerException
        PortalException
        Since:
        6.2.0