com.cc.framework.adapter.struts
Interface FormActionContext

All Superinterfaces:
ActionContext, AjaxRequest, HttpContext, RequestContext
All Known Implementing Classes:
ConcreteFormActionContext

public interface FormActionContext
extends ActionContext

Encapsulate all parameter which will be used by invoking a Form-Action method

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Harald Schulz

Method Summary
 java.lang.String getActionMethod()
          Returns the name of the method which will be called to handle the action
 
Methods inherited from interface com.cc.framework.adapter.struts.ActionContext
addError, addErrors, addGlobalError, addGlobalError, addGlobalError, addGlobalError, addGlobalError, addGlobalMessage, addGlobalMessage, addGlobalMessage, addGlobalMessage, addGlobalMessage, addMessages, addPropertyError, addPropertyError, addPropertyError, addPropertyError, addPropertyError, addPropertyMessage, addPropertyMessage, addPropertyMessage, addPropertyMessage, addPropertyMessage, consumeStrutsMessages, form, forward, forwardByName, forwardByName, forwardByName, forwardByName, forwardByName, forwardToAction, forwardToAction, forwardToAction, forwardToAction, forwardToInput, forwardToResponse, getErrors, getForward, getMessages, hasErrors, hasMessages, invalidDialogContext, isHandeled, mapping, setForm, validateForm
 
Methods inherited from interface com.cc.framework.adapter.RequestContext
getLocale, getNestedContext, getPrincipal
 
Methods inherited from interface com.cc.framework.http.HttpContext
getAttribute, getServletContext, request, response, session
 
Methods inherited from interface com.cc.framework.adapter.AjaxRequest
addMenu, cancelAjaxRequest, getAjaxAttribute, getAjaxAttributeNames, getDirtyControls, getMenus, isAjaxCanceled, isAjaxRequest, markDirty, setAjaxAttribute
 

Method Detail

getActionMethod

public java.lang.String getActionMethod()
Returns the name of the method which will be called to handle the action

Returns:
String The name of the action method.


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.