| java.lang.Object org.jboss.portal.faces.el.ClassConstantPublisherBean
ClassConstantPublisherBean | public class ClassConstantPublisherBean implements DynamicBean(Code) | | An implementation of DynamicBean which exposes all the fields on a class which are public and static.
The properties are read only and cannot be modified. It allows to use constant names from expression language rather
than the constant values directly.
- Class objects of type class or interface are supported.
- Class inheritence is supported, Class
object returned from
Class.getSuperClass() is examined. - Interface implementation is not yet
supported, Class objects returned from
Class.getInterfaces() are not examined.
todo: implement and test interfaces returned by Class.getInterfaces() .
author: Julien Viet version: $Revision: 8784 $ |
setClassName | public void setClassName(String className)(Code) | | |
|
|