org.javalid.external.jsf.config
Class ViewElement
java.lang.Object
org.javalid.external.jsf.config.ViewElement
public class ViewElement
- extends java.lang.Object
Element from the jv-jsf-config file. Exactly representing the data
given there (view). Users of this element must take caution that all attributes
except the id (path) element, can be JSF expressions which need to be resolved
first before using.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- M.Reuvers
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ViewElement
public ViewElement(java.lang.String id)
setId
public void setId(java.lang.String id)
getId
public java.lang.String getId()
setValidationRuleElements
public void setValidationRuleElements(java.util.List<ValidationRuleElement> validationRuleElements)
getValidationRuleElements
public java.util.List<ValidationRuleElement> getValidationRuleElements()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object