Uses of Class
org.apache.velocity.runtime.directive.VMProxyArg

Packages that use VMProxyArg
org.apache.velocity.context   
org.apache.velocity.runtime.directive   
 

Uses of VMProxyArg in org.apache.velocity.context
 

Methods in org.apache.velocity.context with parameters of type VMProxyArg
 void VMContext.addVMProxyArg(VMProxyArg vmpa)
          Used to put VMProxyArgs into this context.
 

Uses of VMProxyArg in org.apache.velocity.runtime.directive
 

Constructors in org.apache.velocity.runtime.directive with parameters of type VMProxyArg
VMProxyArg(VMProxyArg model, InternalContextAdapter c)
          not used in current impl Constructor for alternate impl where VelProxy class would make new VMProxyArg objects, and use this contructor to avoid reparsing the reference args that impl also had the VMProxyArg carry it's context.
 



Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.