Uses of Interface
edu.uiuc.ncsa.security.servlet.PresentableState
-
Packages that use PresentableState Package Description edu.uiuc.ncsa.security.servlet -
-
Uses of PresentableState in edu.uiuc.ncsa.security.servlet
Methods in edu.uiuc.ncsa.security.servlet with parameters of type PresentableState Modifier and Type Method Description void
Presentable. handleError(PresentableState state, Throwable t)
Handle and error.void
Presentable. prepare(PresentableState state)
This is invoked before the main processing for this servlet.void
Presentable. present(PresentableState state)
This is invoked after the main processing for the servlet.
-