net.contextfw.web.application.internal.service
Interface WebApplication
- All Known Implementing Classes:
- WebApplicationImpl
public interface WebApplication
initState
void initState()
throws WebApplicationException
- This is called when page is shown for the first time
- Throws:
ContextServiceException
WebApplicationException
sendResponse
boolean sendResponse()
- Returns:
- true, if web application should be removed
updateState
void updateState()
throws WebApplicationException
- This is called when page is updated
- Throws:
ContextServiceException
WebApplicationException
setInitializerChain
void setInitializerChain(List<Class<? extends CElement>> chain)
Copyright © 2010. All Rights Reserved.