com.cc.framework.ui.control
Interface ControlRequestContext

All Superinterfaces:
AjaxRequest, HttpContext, RequestContext
All Known Subinterfaces:
ControlActionContext
All Known Implementing Classes:
ConcreteControlActionContext

public interface ControlRequestContext
extends RequestContext, AjaxRequest

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

Version:
$Revision: 1.8 $
Author:
Harald Schulz

Method Summary
 ControlActionDef action()
          Gets the Action Definition
 Control control()
          Returns the control
 java.lang.String getActionMethod()
          Returns the Name of the action handler in the syntax: [Controlname]_on[Action]
 java.lang.String getControlName()
           
 
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

control

public Control control()
Returns the control

Returns:
Returns a Control

action

public ControlActionDef action()
Gets the Action Definition

Returns:
Returns the meta data of this control action

getActionMethod

public java.lang.String getActionMethod()
Returns the Name of the action handler in the syntax: [Controlname]_on[Action]

Returns:
String

getControlName

public java.lang.String getControlName()
Returns:
returns the original control name


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