net.contextfw.web.application.internal.service
Class WebApplicationImpl

java.lang.Object
  extended by net.contextfw.web.application.internal.service.WebApplicationImpl
All Implemented Interfaces:
WebApplication

public class WebApplicationImpl
extends Object
implements WebApplication


Constructor Summary
WebApplicationImpl()
           
 
Method Summary
 void initState()
          This is called when page is shown for the first time
 boolean sendResponse()
           
 void setInitializerChain(List<Class<? extends CElement>> chain)
           
protected  void updateElements()
           
 void updateState()
          This is called when page is updated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplicationImpl

public WebApplicationImpl()
Method Detail

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.