edu.uoc.fw.tags
Class OutputTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
edu.uoc.fw.tags.OutputTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class OutputTag
- extends javax.servlet.jsp.tagext.SimpleTagSupport
Implementa l'etiqueta per a mostrar atributs del formulari.
- Version:
- 1.0
- Author:
- Luis Bravo Fuentes
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputTag
public OutputTag()
getBean
public java.lang.String getBean()
- Returns:
- el valor de bean
setBean
public void setBean(java.lang.String bean)
- Parameters:
bean
- el valor de bean a establir
getProperty
public java.lang.String getProperty()
- Returns:
- el valor de property
setProperty
public void setProperty(java.lang.String property)
- Parameters:
property
- el valor de property a establir
doTag
public void doTag()
throws javax.servlet.jsp.JspException,
java.io.IOException
- Specified by:
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
- Throws:
javax.servlet.jsp.JspException
java.io.IOException