net.contextfw.web.application.internal.service
Class WebApplicationImpl
java.lang.Object
net.contextfw.web.application.internal.service.WebApplicationImpl
- All Implemented Interfaces:
- WebApplication
public class WebApplicationImpl
- extends Object
- implements WebApplication
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebApplicationImpl
public WebApplicationImpl()
initState
public void initState()
throws WebApplicationException
- Description copied from interface:
WebApplication
- This is called when page is shown for the first time
- Specified by:
initState in interface WebApplication
- Throws:
WebApplicationException
sendResponse
public boolean sendResponse()
- Specified by:
sendResponse in interface WebApplication
- Returns:
- true, if web application should be removed
updateState
public void updateState()
throws WebApplicationException
- Description copied from interface:
WebApplication
- This is called when page is updated
- Specified by:
updateState in interface WebApplication
- Throws:
WebApplicationException
updateElements
protected void updateElements()
throws WebApplicationException
- Throws:
WebApplicationException
setInitializerChain
public void setInitializerChain(List<Class<? extends CElement>> chain)
- Specified by:
setInitializerChain in interface WebApplication
Copyright © 2010. All Rights Reserved.