pt.despodata.java.webappl.tags
Class WebPageTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bypt.despodata.java.webappl.tags.WebPageTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class WebPageTag
extends javax.servlet.jsp.tagext.TagSupport

WebPageTag.java, Permite definir mais facilmente a estrutura de uma entrada de dados. Created: Tue Jul 09 11:31:55 2001

Version:
$Revision: 1.1 $
Author:
Paulo Carmo
See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
WebPageTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
          Implemetacao da tag.
 WebPage getWebPage()
          Devolve a pagina criada.
 void release()
          Tag handlers should always implement release() because handlers can be reused by the JSP container
 void setDeleteDetail(java.lang.String v)
          Set the value of deleteDetail.
 void setDeleteTable(java.lang.String v)
          Set the value of deleteTable.
 void setDetailList(java.lang.String v)
          Set the value of detailList.
 void setDetailUri(java.lang.String v)
          Set the value of detailUri.
 void setDisplayDetail(java.lang.String v)
          Set the value of displayDetail.
 void setDisplayFilter(java.lang.String v)
          Set the value of displayFilter.
 void setDisplayTable(java.lang.String v)
          Set the value of displayTable.
 void setInsertDetail(java.lang.String v)
          Set the value of insertDetail.
 void setInsertTable(java.lang.String v)
          Set the value of insertTable.
 void setOrphanSearch(java.lang.String orphanSearch)
          Setter for property orphanSearch.
 void setParentUri(java.lang.String v)
          Set the value of parentUri.
 void setSearchDetail(java.lang.String v)
          Set the value of searchDetail.
 void setSearchFilter(java.lang.String v)
          Set the value of searchFilter.
 void setSearchTable(java.lang.String v)
          Set the value of searchTable.
 void setUri(java.lang.String v)
          Set the value of uri.
 
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
 

Constructor Detail

WebPageTag

public WebPageTag()
Method Detail

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

getWebPage

public WebPage getWebPage()
Devolve a pagina criada.


setDeleteDetail

public void setDeleteDetail(java.lang.String v)
Set the value of deleteDetail.

Parameters:
v - Value to assign to deleteDetail.

setDeleteTable

public void setDeleteTable(java.lang.String v)
Set the value of deleteTable.

Parameters:
v - Value to assign to deleteTable.

setDetailList

public void setDetailList(java.lang.String v)
Set the value of detailList.

Parameters:
v - Value to assign to detailList.

setDetailUri

public void setDetailUri(java.lang.String v)
Set the value of detailUri.

Parameters:
v - Value to assign to detailUri.

setDisplayDetail

public void setDisplayDetail(java.lang.String v)
Set the value of displayDetail.

Parameters:
v - Value to assign to displayDetail.

setDisplayFilter

public void setDisplayFilter(java.lang.String v)
Set the value of displayFilter.

Parameters:
v - Value to assign to displayFilter.

setDisplayTable

public void setDisplayTable(java.lang.String v)
Set the value of displayTable.

Parameters:
v - Value to assign to displayTable.

setInsertDetail

public void setInsertDetail(java.lang.String v)
Set the value of insertDetail.

Parameters:
v - Value to assign to insertDetail.

setInsertTable

public void setInsertTable(java.lang.String v)
Set the value of insertTable.

Parameters:
v - Value to assign to insertTable.

setParentUri

public void setParentUri(java.lang.String v)
Set the value of parentUri.

Parameters:
v - Value to assign to parentUri.

setSearchDetail

public void setSearchDetail(java.lang.String v)
Set the value of searchDetail.

Parameters:
v - Value to assign to searchDetail.

setSearchFilter

public void setSearchFilter(java.lang.String v)
Set the value of searchFilter.

Parameters:
v - Value to assign to searchFilter.

setSearchTable

public void setSearchTable(java.lang.String v)
Set the value of searchTable.

Parameters:
v - Value to assign to searchTable.

setUri

public void setUri(java.lang.String v)
Set the value of uri.

Parameters:
v - Value to assign to uri.

release

public void release()
Tag handlers should always implement release() because handlers can be reused by the JSP container


setOrphanSearch

public void setOrphanSearch(java.lang.String orphanSearch)
Setter for property orphanSearch.

Parameters:
orphanSearch - New value of property orphanSearch.