org.objectweb.telosys.common
Interface View

All Known Implementing Classes:
ResourceView, ScreenView

public interface View


Method Summary
 void generate(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 java.lang.String getTarget()
          Returns the target URL or URI of the View
 

Method Detail

generate

public void generate(javax.servlet.http.HttpServletRequest httpRequest,
                     javax.servlet.http.HttpServletResponse httpResponse)
              throws TelosysException
Throws:
TelosysException

getTarget

public java.lang.String getTarget()
Returns the target URL or URI of the View

Returns: