Package org.bibeault.jrjournal.ccc

Implementation classes for the JavaRanch Journal article The Constant Constants Conternation.

See:
          Description

Class Summary
ClassConstantInspector Service class that looks up the value of class constants.
ClassConstantMapper Implementation of java.util.Map that enables class constant access from EL expressions.
ClassConstantMapperEstablisher Context listener that establishes an instance of ClassConstantMapper in application scope.
ClassConstantsMap Extension of java.util.HashMap that enforces a "strict" get() method in that it will throw an exception if the specified key has no corresponding Map entry.
ConstantsMapTag Custom action handler for <ccc:constantsMap> which establishes a scoped variable containing a Map of all class constants found in a named target class.
ConstantsMapTag.ExtraInfo Extra info class for the <ccc:constantsMap> custom action that checks to ensure that the scope name, if specified, is a valid one.
FieldPathParser A utility class that parses the simple field name and its declaring class from the fully qualified name (path) of the field.
SetConstantTag Custom action handler for <ccc:setConstant> which establishes a scoped variable created from the named class constant.
SetConstantTag.ExtraInfo Extra info class for the <ccc:setConstant> custom action that checks to ensure that the scope name, if specified, is a valid one.
 

Package org.bibeault.jrjournal.ccc Description

Implementation classes for the JavaRanch Journal article The Constant Constants Conternation.

This package contains the classes and supporting classes discussed in the JavaRanch Journal article JSP Scriptless Pages: The Constant Constants Consternation