Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.sun.xacml.cond.FunctionProxy

Uses of FunctionProxy in com.sun.xacml.cond
 

Classes in com.sun.xacml.cond that implement FunctionProxy
 class MapFunctionProxy
          A basic proxy class that supports map, the only standard abstract function.
 

Methods in com.sun.xacml.cond with parameters of type FunctionProxy
 void StandardFunctionFactory.addAbstractFunction(FunctionProxy proxy, java.net.URI identity)
          Always throws an exception, since support for new functions may not be added to a standard factory.
abstract  void FunctionFactory.addAbstractFunction(FunctionProxy proxy, java.net.URI identity)
          Adds the abstract function proxy to the factory.
static void FunctionFactory.addAbstractTargetFunction(FunctionProxy proxy, java.net.URI identity)
          Deprecated. As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version.
static void FunctionFactory.addAbstractConditionFunction(FunctionProxy proxy, java.net.URI identity)
          Deprecated. As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version.
static void FunctionFactory.addAbstractGeneralFunction(FunctionProxy proxy, java.net.URI identity)
          Deprecated. As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI) 55 . The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version.
 void BaseFunctionFactory.addAbstractFunction(FunctionProxy proxy, java.net.URI identity)
          Adds the abstract function proxy to the factory.