|
Element ''zpro > joker > JokerAction" |
|
|
JokerAction element to configure a Action Service class without creating a library element.
This element can only be placed into configuration pages (e.g. "Common Definitions" page). Properties Name The name of the element on the page will be the name of the action as well. For example, if the name of the element is set to "details" then identically named action can be called from the web browser as follows. details.doms?parameters Action Service Class Name The name of the Java class that implements org.moremotion.action.ActionService interface.
Unit Name (Accepts MScript) The name of the unit that implies the name of the resource file. Parameters (Accepts MScript) The parameters and their values can be defined with this property in XML format as follows. Example: <param name="param1">ABC</param> <param name="param1">XYZ</param>
Access Control (Accepts MScript) The use of an Action Service can be controlled by making a access control definition in this property. If a definition is made, then only the users that have the specified authority will be able to use the service. See Details.
Debug (Accepts MScript) To request information about the execution of the Action Class, a number between 1 and 3 can be specified here. The action service class will dump the desired level of information to the system console.
|