Uses of Interface
org.apache.commons.jelly.tags.ant.PropsHandler

Uses of PropsHandler in org.apache.commons.jelly.tags.ant
 

Classes in org.apache.commons.jelly.tags.ant that implement PropsHandler
 class DefaultPropsHandler
          Implements the basic PropsHandler functionality against an existing map.
 class JellyPropsHandler
          Implementation of a Commons Grant propsHandler to resolve through Jelly's context.
 

Fields in org.apache.commons.jelly.tags.ant declared as PropsHandler
private  PropsHandler GrantProject.propsHandler
          Properties delegate.
 

Methods in org.apache.commons.jelly.tags.ant that return PropsHandler
 PropsHandler GrantProject.getPropsHandler()
          Retrieve the currently installed PropsHandler.
 

Methods in org.apache.commons.jelly.tags.ant with parameters of type PropsHandler
 void GrantProject.setPropsHandler(PropsHandler propsHandler)
          Install a PropsHandler delegate.