Uses of Interface
org.zkoss.zest.ActionContext

Packages that use ActionContext
org.zkoss.zest.sys   
org.zkoss.zest.sys.impl   
 

Uses of ActionContext in org.zkoss.zest.sys
 

Methods in org.zkoss.zest.sys with parameters of type ActionContext
protected  void ZestManager.coerceParameters(ActionContext ac, java.lang.Object action)
          Coerces the request's parameters to action's corresponding fields.
 java.lang.String ActionDefinition.execute(ActionContext ctx, java.lang.Object action)
          Invokes the action.
 java.lang.Object ActionDefinition.getAction(ActionContext ctx)
          Returns the action if the specified request matches this action definition, or null if not matched.
 java.lang.Object ExValue.getValue(ActionContext ac)
          Returns the value after evaluation.
 ViewInfo ActionDefinition.getViewInfo(ActionContext ctx, java.lang.String result)
          Returns the URI for the given result, or null if not matched.
 void ErrorHandler.onError(ActionContext ac, java.lang.Object action, java.lang.Throwable ex)
          Called when an exception is thrown.
 void ErrorHandler.onParamError(ActionContext ac, java.lang.Object action, java.lang.String name, java.lang.String value, java.lang.Throwable ex)
          Called when an exception is thrown when coercing a request parameter to be stored in an action.
 

Uses of ActionContext in org.zkoss.zest.sys.impl
 

Classes in org.zkoss.zest.sys.impl that implement ActionContext
 class ActionContextImpl
          The default implementation of ActionContext.
 

Methods in org.zkoss.zest.sys.impl with parameters of type ActionContext
 java.lang.String ActionDefinitionImpl.execute(ActionContext ac, java.lang.Object action)
           
 java.lang.Object ActionDefinitionImpl.getAction(ActionContext ac)
           
 ViewInfo ViewInfoProxy.getViewInfo(ActionContext ac)
           
 ViewInfo ActionDefinitionImpl.getViewInfo(ActionContext ac, java.lang.String result)
           
 void ErrorHandlerImpl.onError(ActionContext ac, java.lang.Object action, java.lang.Throwable ex)
          Handles the error.
 void ErrorHandlerImpl.onParamError(ActionContext ac, java.lang.Object action, java.lang.String name, java.lang.String value, java.lang.Throwable ex)
          Handles the error when processing the request's parameter.
 



Copyright © 2005-2010 Potix Corporation. All Rights Reserved.