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 voidPresentable. handleError(PresentableState state, Throwable t)Handle and error.voidPresentable. prepare(PresentableState state)This is invoked before the main processing for this servlet.voidPresentable. present(PresentableState state)This is invoked after the main processing for the servlet.
-