net.sf.cantina.tags
Class DefineTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bynet.sf.cantina.tags.DefineTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

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

Author:
Stephane JAIS
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
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
DefineTag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getDocumentId()
           
 java.lang.String getId()
           
 java.lang.String getLocale()
           
 java.lang.String getProperty()
           
 java.lang.String getScope()
           
 void release()
           
 void setDocumentId(java.lang.String documentId)
           
 void setId(java.lang.String id)
           
 void setLocale(java.lang.String localeString)
           
 void setProperty(java.lang.String property)
           
 void setScope(java.lang.String scope)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefineTag

public DefineTag()
Method Detail

getProperty

public java.lang.String getProperty()

setProperty

public void setProperty(java.lang.String property)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

getDocumentId

public java.lang.String getDocumentId()

setDocumentId

public void setDocumentId(java.lang.String documentId)

getLocale

public java.lang.String getLocale()

setLocale

public void setLocale(java.lang.String localeString)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

release

public void release()


Copyright © 2004 Cantina. All Rights Reserved.