Interface PresentableState


  • public interface PresentableState
    The current state for the presentable interface. This passes the current request and response, in addition this has only one required property and that is an integer that gives the current implementor-defined state. Implement this to pass along anything else needed to manage the state for your application.

    Created by Jeff Gaynor
    on 10/25/11 at 10:35 AM

    • Method Detail

      • getState

        int getState()
      • getRequest

        javax.servlet.http.HttpServletRequest getRequest()
      • getResponse

        javax.servlet.http.HttpServletResponse getResponse()