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)
void setBinding(String binding) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.