|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.sunxacml.cond.cluster.StringFunctionCluster
public class StringFunctionCluster
Clusters all the functions supported by StringFunction
and URLStringCatFunction
.
Constructor Summary | |
---|---|
StringFunctionCluster()
|
Method Summary | |
---|---|
Set |
getSupportedFunctions()
Returns a single instance of each of the functions supported by some class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringFunctionCluster()
Method Detail |
---|
public Set getSupportedFunctions()
FunctionCluster
Set
must contain instances of
Function
, and it must be both non-null and non-empty.
It may contain only a single Function
.
Note that this is only used to return concrete Function
s.
It may not be used to report abstract functions.
getSupportedFunctions
in interface FunctionCluster
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |