lumis.portal.page
Class PageControllerXml

Package class diagram package PageControllerXml
java.lang.Object
  extended by lumis.portal.controller.ControllerXml
      extended by lumis.portal.page.PageControllerXml

public class PageControllerXml
extends ControllerXml

Since:
4.0.0

Field Summary
protected  Document requestXmlDoc
           
 
Fields inherited from class lumis.portal.controller.ControllerXml
out, request, response, sessionConfig
 
Constructor Summary
PageControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
           
 
Method Summary
protected  void addPage(ITransaction transaction)
           
protected  void clearPageCache(ITransaction portalTransaction)
           
protected  void deleteOrphanInterfaces(ITransaction portalTransaction)
           
protected  void deletePage(ITransaction portalTransaction)
           
 void handleRequest()
           
protected  void updatePageLayout(ITransaction portalTransaction)
           
 
Methods inherited from class lumis.portal.controller.ControllerXml
getResponseXml, getResponseXml, getResponseXml, loadUserInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestXmlDoc

protected Document requestXmlDoc
Constructor Detail

PageControllerXml

public PageControllerXml(HttpServletRequest request,
                         HttpServletResponse response,
                         PageContext pageContext)
                  throws ControllerException,
                         PortalException
Throws:
ControllerException
PortalException
Method Detail

handleRequest

public void handleRequest()
                   throws ControllerException,
                          Exception
Throws:
ControllerException
Exception

deleteOrphanInterfaces

protected void deleteOrphanInterfaces(ITransaction portalTransaction)
                               throws Exception
Throws:
Exception

clearPageCache

protected void clearPageCache(ITransaction portalTransaction)
                       throws Exception
Throws:
Exception

updatePageLayout

protected void updatePageLayout(ITransaction portalTransaction)
                         throws Exception
Throws:
Exception

addPage

protected void addPage(ITransaction transaction)
                throws ControllerException,
                       PortalException
Throws:
ControllerException
PortalException

deletePage

protected void deletePage(ITransaction portalTransaction)
                   throws ControllerException,
                          PortalException
Throws:
ControllerException
PortalException


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