Package edu.uiuc.ncsa.security.servlet
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.http.HttpServletRequest
getRequest()
javax.servlet.http.HttpServletResponse
getResponse()
int
getState()
-