edu.uoc.fw.tags
Class OutputTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by 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

Constructor Summary
OutputTag()
           
 
Method Summary
 void doTag()
           
 java.lang.String getBean()
           
 java.lang.String getProperty()
           
 void setBean(java.lang.String bean)
           
 void setProperty(java.lang.String property)
           
 
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
 

Constructor Detail

OutputTag

public OutputTag()
Method Detail

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