Uses of Class
org.apache.tomcat.util.xml.XmlAction

Packages that use XmlAction
org.apache.tomcat.util.xml   
 

Uses of XmlAction in org.apache.tomcat.util.xml
 

Methods in org.apache.tomcat.util.xml that return XmlAction
 XmlAction XmlMapper.objectCreate(java.lang.String classN)
          Create an object using for a matching tag with the given class name
 XmlAction XmlMapper.objectCreate(java.lang.String classN, java.lang.String attrib)
          Create an object using an attribute value as the class name If no attribute use classN as a default.
 XmlAction XmlMapper.objectCreate(java.lang.String classN, java.lang.String attrib, java.lang.String[] pref)
          Create an object using an attribute value as the class name If no attribute use classN as a default.
 XmlAction XmlMapper.setProperties()
          Set object properties using XML attributes
 XmlAction XmlMapper.setVar(java.lang.String varName, java.lang.String attName)
          Set a variable varName using the value of an attribute
 XmlAction XmlMapper.setVar(java.lang.String varName, java.lang.String nameAtt, java.lang.String valueAtt, boolean reset)
          Set a variable varName using the value of an attribute
 XmlAction XmlMapper.setParent(java.lang.String childM)
          For the last 2 objects in stack, create a parent-child and child.childM with parente as parameter
 XmlAction XmlMapper.setParent(java.lang.String childM, java.lang.String argType)
          For the last 2 objects in stack, create a parent-child and child.childM with parent as parameter
 XmlAction XmlMapper.addChild(java.lang.String parentM, java.lang.String argType)
          For the last 2 objects in stack, create a parent-child relation by invokeing parent.parentM with the child as parameter ArgType is the parameter expected by addParent ( null use the current object type)
 XmlAction XmlMapper.methodSetter(java.lang.String method, int paramC)
          If a tag matches, invoke a method on the current object.
 XmlAction XmlMapper.methodSetter(java.lang.String method, int paramC, java.lang.String[] paramTypes)
          If a tag matches, invoke a method on the current object.
 XmlAction XmlMapper.methodParam(int ord)
          Extract the method param from the body of the tag
 XmlAction XmlMapper.methodParam(int ord, java.lang.String attrib)
          Extract the method param from a tag attribute
 XmlAction XmlMapper.popStack()
          Pop the object stack
 

Methods in org.apache.tomcat.util.xml with parameters of type XmlAction
 void XmlMapper.addRule(java.lang.String path, XmlAction action)
           
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.