action"

From Documentation
Line 1: Line 1:
 
{{ZESTEssentialsPageHeader}}
 
{{ZESTEssentialsPageHeader}}
 +
 +
__NOTOC__
  
 
'''Syntax:'''
 
'''Syntax:'''
Line 5: Line 7:
 
  <action path="''regex''" class="''class-name''" [method="''method-name''"]>
 
  <action path="''regex''" class="''class-name''" [method="''method-name''"]>
  
 +
It specifies the definition of [[ZEST Essentials/Quick Start/Action|an action]].  To map a pattern of URI to an action, you have to specify one action definition.
 +
 +
The inner elements allowed are as follows:
 +
 +
{{ZESTEssentialsHeadingToc}}
 +
 +
=Attributes=
 +
==The path Attribute==
 +
 +
==The class Attribute==
 +
 +
==The method Attribute==
  
 
=Version History=
 
=Version History=

Revision as of 09:16, 14 March 2011



Syntax:

<action path="regex" class="class-name" [method="method-name"]>

It specifies the definition of an action. To map a pattern of URI to an action, you have to specify one action definition.

The inner elements allowed are as follows:


Subsections:


Attributes

The path Attribute

The class Attribute

The method Attribute

Version History

Last Update : 2011/03/14


Version Date Content
     



Last Update : 2011/03/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.