[Sunxacml-commit] sunxacml/com/sun/xacml/cond package.html,1.1.1.1,1.2
Brought to you by:
farrukh_najmi,
sethp
From: Seth P. <se...@us...> - 2004-07-11 16:41:08
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/cond In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17965/com/sun/xacml/cond Modified Files: package.html Log Message: updated to reflect the current state of the function implementations Index: package.html =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/cond/package.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** package.html 13 Feb 2003 22:19:10 -0000 1.1.1.1 --- package.html 11 Jul 2004 16:40:56 -0000 1.2 *************** *** 4,10 **** standard functions, and a factory for getting functions and adding new ones to the system. There is also support for the Condition and Apply ! XML types. Note that many of the function classes are not public ! because they aren't needed directly by other code. In the future this ! may change, but right now only the functions that are useful to ! interact with directly are accessable. </body> --- 4,19 ---- standard functions, and a factory for getting functions and adding new ones to the system. There is also support for the Condition and Apply ! XML types. ! <p> ! Note that prior to the 1.2 release, most of the function ! implementations in this package were package private, mostly because ! there is no reason to interact with these classes directly. With the ! 1.2 release all classes were exposed, in part to make all the standard ! identifier strings easily available. If you need a function instance, ! however, you should still use the factory interface. You should not ! ever need to instantiate one of the standard function classes ! directly. Note also that in the next major release some of the ! function impementations may change their interfaces, which is another ! reason to interact with the standard functions only through the ! factory interface. </body> |