| |||||||
FRAMES NO FRAMES |
<%@ taglib prefix="ccc" uri="http://bibeault.org/tld/ccc" %>
<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 Name | Constant Constants Consternation Tag Set |
Version | 1.0 |
Short Name | ccc |
URI | http://bibeault.org/tld/ccc |
Tag Summary | |
setConstant | Creates a scoped variable representing the value of the referenced class constant. |
constantsMap | Establishes 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.Object | constantValue( java.lang.String ) | Function that returns the value of a named class constant. |
| |||||||
FRAMES NO FRAMES |