phenote.presentation.tags
Class FileUtilTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by phenote.presentation.tags.FileUtilTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

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

Tag that creates the display name for a relationship of a term to a child or a parent.

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
FileUtilTag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getBeanName()
           
 java.lang.String getProperty()
           
 java.lang.String getScope()
           
 java.lang.String getType()
           
 void release()
          Release all allocated resources.
 void setBeanName(java.lang.String beanName)
           
 void setProperty(java.lang.String property)
           
 void setScope(java.lang.String scope)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, 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

FileUtilTag

public FileUtilTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

release

public void release()
Release all allocated resources.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getBeanName

public java.lang.String getBeanName()

setBeanName

public void setBeanName(java.lang.String beanName)

getScope

public java.lang.String getScope()

setScope

public void setScope(java.lang.String scope)

getProperty

public java.lang.String getProperty()

setProperty

public void setProperty(java.lang.String property)