Constant Constants Consternation Tag Set


Standard Syntax:
     <%@ taglib prefix="ccc" uri="http://bibeault.org/tld/ccc" %>

XML Syntax:
     <anyxmlelement xmlns:ccc="http://bibeault.org/tld/ccc" />

Tag library to support the JavaRanch Journal article Scriptless JSP
Pages: The Constant Constants Consternation
by Bear Bibeault.

Tag Library Information
Display NameConstant Constants Consternation Tag Set
Version1.0
Short Nameccc
URIhttp://bibeault.org/tld/ccc
 

Tag Summary
setConstantCreates a scoped variable representing the value of the referenced class constant.
constantsMapEstablishes a scoped variable that implements the java.util.Map interface whose keys and values are the names and values of a named class' class constants.
 

Function Summary
java.lang.ObjectconstantValue( java.lang.String )Function that returns the value of a named class constant.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.