action

Top  Previous  Next

  <action name="" basedon="">
    <class></class>
    <accessControl/>
    <unitname></unitname>
    <debug></debug>
    <param name=""></param>
  </command>

See more...

Attributes of "action" element

Attribute

MScript

Description

name

-

The name of the MScript function

basedon

-

Defines the base configuration element of the MScript function

 

Nested elements of "action" element

Nested Element

MScript

Description

class

-

Defines the name of the action service class that implements org.moremotion.action.ActionService interface.

accessControl

-

The accessControl element can be used to control the accessing of the action service with a sufficient authority.

unitname

ü

This element defines the resource bundle name of the action service class. Resource bundles contain multi-lingual resources.

debugLevel

ü

Action Service classes can be designed to print the log records about their execution in order to let the users to trace it. This parameter accepts a number value between 1 and 3 as the level of the logging.

param

ü

The parameters defined with param element are evaluated by the action service classes.