iCMS.applet
Class ActionRequest

java.lang.Object
  extended by iCMS.applet.ActionRequest

public class ActionRequest
extends Object

The ActionRequest is a class that holds all logic that's required storing action requests

Version:
2.0.0
Author:
Chris Lukassen
 

Field Summary
 String action
           
 String token
           
 
Constructor Summary
ActionRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token

public String token

action

public String action
Constructor Detail

ActionRequest

public ActionRequest()