Uses of Class
portal.core.api.ErrorState

Packages that use ErrorState
portal.core.api   
portal.core.servlet   
 

Uses of ErrorState in portal.core.api
 

Methods in portal.core.api with parameters of type ErrorState
abstract  void PortalContext.processError(ErrorState errorState)
           
 void ErrorDesktop.setErrorState(ErrorState errorState)
           
 void SystemDesktopStateController.gotoErrorState(ErrorState errorState)
           
 void SystemDesktop.startErrorState(ErrorState errorState)
           
 

Uses of ErrorState in portal.core.servlet
 

Methods in portal.core.servlet with parameters of type ErrorState
 void ServletPortalContext.processError(ErrorState errorState)