net.mlw.vlh.web.tag
Class FilterTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bynet.mlw.vlh.web.tag.FilterTag
All Implemented Interfaces:
Attributeable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, Serializable, javax.servlet.jsp.tagext.Tag

Deprecated. use action tag

public class FilterTag
extends javax.servlet.jsp.tagext.BodyTagSupport
implements Attributeable

Version:
$Revision: 1.8 $ $Date: 2005/11/23 15:00:21 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
FilterTag()
          Deprecated.  
 
Method Summary
 void appendClassCellAttribute(String name, String value)
          Deprecated. This tag will not append cell atributes, while they are used as link parameters !?
 int doEndTag()
          Deprecated.  
 int doStartTag()
          Deprecated.  
 void release()
          Deprecated. Called on a Tag handler to release state.
 void setCellAttribute(String name, String value)
          Deprecated. Sets the attrabute on the Attributeable object.
 void setUrl(String url)
          Deprecated.  
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

FilterTag

public FilterTag()
Deprecated. 
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Deprecated. 
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Deprecated. 
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doEndTag()

setCellAttribute

public void setCellAttribute(String name,
                             String value)
Deprecated. 
Description copied from interface: Attributeable
Sets the attrabute on the Attributeable object.

Specified by:
setCellAttribute in interface Attributeable
Parameters:
name - The name of the attribute.
value - The value of the attribute.
See Also:
Attributeable.setCellAttribute(java.lang.String, java.lang.String)

appendClassCellAttribute

public void appendClassCellAttribute(String name,
                                     String value)
Deprecated. 
This tag will not append cell atributes, while they are used as link parameters !?

See Also:
Attributeable.setCellAttribute(java.lang.String, java.lang.String)

setUrl

public void setUrl(String url)
Deprecated. 
Parameters:
url - The url to set.

release

public void release()
Deprecated. 
Called on a Tag handler to release state. The page compiler guarantees that JSP page implementation objects will invoke this method on all tag handlers, but there may be multiple invocations on doStartTag and doEndTag in between.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
See Also:
Tag.release()


Copyright © 2003-2006 mlavilson. All Rights Reserved.