pt.despodata.java.webappl.tags
Class FrameSetTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
pt.despodata.java.webappl.tags.FrameSetTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class FrameSetTag
- extends javax.servlet.jsp.tagext.TagSupport
FrameSetTag.java, Permite definir mais facilmente a estrutura de uma
entrada de dados.
Created: Tue Jul 09 11:31:55 2001
- Version:
- $Revision: 1.1 $
Revision $Revision: 1.1 $ $Date: 2003/04/25 15:08:25 $ $Author: pcarmo $
$Log: FrameSetTag.java,v $
Revision 1.1 2003/04/25 15:08:25 pcarmo
+ Este package nao tinha sido migrado.
Revision 1.3 2001/10/02 12:01:47 pcarmo
+ As constantes que virtualizao o nome das variaveis (que sao acedidas pelos
jsps) mudaram de nome para se poderem distinguir de outras constantes.
Revision 1.2 2001/09/27 17:44:00 pcarmo
+ Introducao de constantes para virtualizar as chaves usadas para guardar
objectos na sessao.
Revision 1.1 2001/07/25 14:20:18 pcarmo
+ Novas classes para implementar as tags usadas pela aplicacao.
- Author:
- Paulo Carmo
- See Also:
- Serialized Form
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
Method Summary |
int |
doEndTag()
|
int |
doStartTag()
Implemetacao da tag. |
FrameSet |
getFrameSet()
Get the value of frameSet. |
void |
release()
Tag handlers should always implement release() because
handlers can be reused by the JSP container |
void |
setCols(java.lang.String v)
Set the value of cols. |
void |
setRows(java.lang.String v)
Set the value of rows. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameSetTag
public FrameSetTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Implemetacao da tag.
- Throws:
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
getFrameSet
public FrameSet getFrameSet()
- Get the value of frameSet.
- Returns:
- Value of frameSet.
setCols
public void setCols(java.lang.String v)
- Set the value of cols.
- Parameters:
v - Value to assign to cols.
setRows
public void setRows(java.lang.String v)
- Set the value of rows.
- Parameters:
v - Value to assign to rows.
release
public void release()
- Tag handlers should always implement release() because
handlers can be reused by the JSP container