org.objectweb.telosys.common
Interface View

All Known Implementing Classes:
ResourceView, ScreenView

public interface View

View interface, implemented by the "View" classes that are able to generate
a view as an http response ( e.g. ScreenView and ResourceView )

Returned by navigation services, and used by the Service servlet to generate the response


Method Summary
 void generate(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
          Generates the response page (the ScreenMap or any other resource page)
 

Method Detail

generate

public void generate(javax.servlet.http.HttpServletRequest httpRequest,
                     javax.servlet.http.HttpServletResponse httpResponse)
              throws TelosysException
Generates the response page (the ScreenMap or any other resource page)

Parameters:
httpRequest -
httpResponse -
Throws:
TelosysException