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 |
public void generate(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) throws TelosysException
httpRequest
- httpResponse
-
TelosysException