gnu.caf.web.tags
Class AttributeTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by gnu.caf.web.tags.AttributeTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

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

queryList , queryMap ÅÂ±× ½ÇÇà½Ã

Author:
java3391
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
AttributeTag()
           
 
Method Summary
 int doEndTag()
          Process the start tag.
static Attribute getAttribute(javax.servlet.http.HttpServletRequest req)
           
static java.lang.String getAttributeName()
           
 java.lang.String getDefault()
           
 java.lang.String getKey()
           
static java.lang.String getUserContextName()
           
 java.lang.String getValue()
           
static void initialize(javax.servlet.http.HttpServletRequest request)
           
 void release()
          Release all allocated resources.
 void setDefault(java.lang.String _default)
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, 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

AttributeTag

public AttributeTag()
Method Detail

getAttributeName

public static java.lang.String getAttributeName()

getUserContextName

public static java.lang.String getUserContextName()

initialize

public static void initialize(javax.servlet.http.HttpServletRequest request)

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Process the start tag.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred

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

getDefault

public java.lang.String getDefault()

setDefault

public void setDefault(java.lang.String _default)

getKey

public java.lang.String getKey()

setKey

public void setKey(java.lang.String key)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getAttribute

public static Attribute getAttribute(javax.servlet.http.HttpServletRequest req)


Copyright © 2003 All Rights Reserved.