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.FunctionFactoryProxy

Uses of FunctionFactoryProxy in com.sun.xacml.cond
 

Classes in com.sun.xacml.cond that implement FunctionFactoryProxy
 class BasicFunctionFactoryProxy
          A simple utility class that manages triples of function factories.
 

Fields in com.sun.xacml.cond declared as FunctionFactoryProxy
private static FunctionFactoryProxy FunctionFactory.defaultFactoryProxy
           
 

Methods in com.sun.xacml.cond that return FunctionFactoryProxy
static FunctionFactoryProxy StandardFunctionFactory.getNewFactoryProxy()
          A convenience method that returns a proxy containing newly created instances of BaseFunctionFactorys that are correctly supersetted and contain the standard functions and abstract functions.
 

Methods in com.sun.xacml.cond with parameters of type FunctionFactoryProxy
static void FunctionFactory.setDefaultFactory(FunctionFactoryProxy proxy)
          Sets the default factory.