Class wobzilla_variableFactory

Object
   |
   +--wobzilla_variableFactory

class wobzilla_variableFactory

Factory for VariableHandler-Objects. Creates an VariableHandler for an Array of variableConfiguration nodes. Example Configuration:

 
 <wbz:variable name="lastname" select="author/lastname"/>
 <wbz:variable name="fistname" select="author/firstname"/>
or
 
 <param name="id" select="@id"/>

See:
wobzilla_variableHandler


 
Method Summary
 function createVariableHandler(variableConfigs,log,context,sm)
           creates a new new wobzilla.

Method Detail

createVariableHandler

function createVariableHandler(variableConfigs,log,context,sm)
creates a new new wobzilla.variableHandler for given variable-configurations and a context-object.

Returns:
wobzilla_variableHandler