net.contextfw.web.application.internal.service
Interface WebApplication

All Known Implementing Classes:
WebApplicationImpl

public interface WebApplication


Method Summary
 void initState()
          This is called when page is shown for the first time
 boolean sendResponse()
           
 void setInitializerChain(List<Class<? extends CElement>> chain)
           
 void updateState()
          This is called when page is updated
 

Method Detail

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.