|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.springframework.webflow.action.AbstractAction
org.jasig.cas.web.flow.AbstractCasAction
org.jasig.cas.web.flow.WarnAction
Action for determining whether the warning page needs to be displayed or not. If it does not need to be displayed we want to forward to the proper service. If there is a privacy request for a warning, the "warn" event is returned, otherwise the "redirect" event is returned.
| Field Summary |
| Fields inherited from class org.springframework.webflow.action.AbstractAction |
ERROR_EVENT_ID, EXCEPTION_PARAMETER, logger, NO_EVENT_ID, RESULT_PARAMETER, SUCCESS_EVENT_ID, YES_EVENT_ID |
| Constructor Summary | |
WarnAction()
|
|
| Method Summary | |
protected ModelAndEvent |
doExecuteInternal(org.springframework.webflow.RequestContext context,
java.util.Map attributes)
Abstract method that gets executed by doExecute as part of the workflow. |
| Methods inherited from class org.jasig.cas.web.flow.AbstractCasAction |
doExecute |
| Methods inherited from class org.springframework.webflow.action.AbstractAction |
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, initAction, no, result, result, result, success, success, yes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WarnAction()
| Method Detail |
protected ModelAndEvent doExecuteInternal(org.springframework.webflow.RequestContext context,
java.util.Map attributes)
throws java.lang.Exception
AbstractCasAction
doExecuteInternal in class AbstractCasActioncontext - the request context for the flowattributes - the map of FlowScope-ed attributes
java.lang.Exception - if there is an error.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||