Uses of Class
things.thinger.service.httptool.ActionResult

Packages that use ActionResult
things.thinger.service.httptool   
things.thinger.service.httptool.stock   
 

Uses of ActionResult in things.thinger.service.httptool
 

Methods in things.thinger.service.httptool that return ActionResult
protected abstract  ActionResult ActionIzer.defaultAction()
          Get the default action.
protected abstract  ActionResult ActionIzer.doAction(java.lang.String action, ThingsPropertyView localProperties, java.util.HashMap<java.lang.String,ActionIzerItemValue> values, ThingsExceptionBundle<ThingsException> exceptions)
          Do the action.
 ActionResult Action.execute(ThingsPropertyView parameters, ThingsPropertyView tags, SystemInterface si)
          Call this, not process.
protected  ActionResult ActionIzer.process()
          The implementation.
protected abstract  ActionResult Action.process()
          The implementation.
protected abstract  ActionResult ActionIzer.renderLoad(ThingsExceptionBundle<ThingsException> exceptions)
          Render any message for a load.
protected abstract  ActionResult ActionIzer.renderSave(ThingsExceptionBundle<ThingsException> exceptions)
          Render any message for a save.
 

Methods in things.thinger.service.httptool with parameters of type ActionResult
 void Head.addHeadersToResult(ActionResult result)
          Add whichever headers are set to the result.
protected abstract  void ActionIzer.manageErrors(ThingsExceptionBundle<ThingsException> exceptions, ActionResult result)
          Manage errors.
 

Uses of ActionResult in things.thinger.service.httptool.stock
 

Methods in things.thinger.service.httptool.stock that return ActionResult
protected  ActionResult Action_ProcessList.process()
          Just return the main page.
protected  ActionResult Action_Main.process()
          Just return the main page.
protected  ActionResult Action_Helper.process()
          The implementation.
 



Things.