public interface Component
| Modifier and Type | Method and Description |
|---|---|
void |
setBinding(String binding)
The value binding expression linking this component to a property
in a backing bean
|
void |
setId(String s) |
void |
setRendered(String s)
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form submit.
|
void setId(String s)
void setRendered(String s)
s - void setBinding(String binding) throws javax.servlet.jsp.JspException
binding - javax.servlet.jsp.JspExceptionCopyright © 2002-2021 The Apache Software Foundation. All Rights Reserved.