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.
 

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.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.