lumis.portal.page.cache
Class PageCacheControllerHtml

Package class diagram package PageCacheControllerHtml
java.lang.Object
  extended by lumis.portal.controller.ControllerHtml
      extended by lumis.portal.page.cache.PageCacheControllerHtml

public class PageCacheControllerHtml
extends ControllerHtml

Contains implementations for handling HTTP requests specific for page HTML cache scenarios.

Since:
4.0.0

Field Summary
 
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
 
Constructor Summary
PageCacheControllerHtml(HttpServletRequest request, HttpServletResponse response)
           
 
Method Summary
protected  void dispatchToDefaultErrorPage(Exception exception)
          Dispatches the request to the default error page.
 void handleError()
           
 
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageCacheControllerHtml

public PageCacheControllerHtml(HttpServletRequest request,
                               HttpServletResponse response)
                        throws ControllerException,
                               PortalException
Throws:
ControllerException
PortalException
Method Detail

handleError

public void handleError()
                 throws ControllerException,
                        PortalException
Throws:
ControllerException
PortalException

dispatchToDefaultErrorPage

protected void dispatchToDefaultErrorPage(Exception exception)
                                   throws PortalException
Dispatches the request to the default error page.

Parameters:
exception - the exception object to be passed to the default error page.
Throws:
PortalException
Since:
4.1.1


Lumisportal  4.2.1.080903 - Copyright © 2001-2007, Lumis. All Rights Reserved.