net.thauvin.google.taglibs
Class Previous

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bynet.thauvin.google.taglibs.StyleSupport
              extended bynet.thauvin.google.taglibs.SearchResultSupport
                  extended bynet.thauvin.google.taglibs.Previous
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class Previous
extends SearchResultSupport

A custom tag used to create a link to the previous Google search result set.

Since:
1.0
Version:
$Revision: 1.1.1.1 $
Author:
Erik C. Thauvin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.thauvin.google.taglibs.SearchResultSupport
bean
 
Fields inherited from class net.thauvin.google.taglibs.StyleSupport
css, style, target
 
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_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Previous()
           
 
Method Summary
protected  java.lang.String getPropertyName()
          Returns the property provided by this tag.
protected  java.lang.String getTagName()
          Returns the name of this tag.
 
Methods inherited from class net.thauvin.google.taglibs.SearchResultSupport
doEndTag, doStartTag, getResultProperty, release, reset
 
Methods inherited from class net.thauvin.google.taglibs.StyleSupport
setCss, setStyle, setTarget
 
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

Previous

public Previous()
Method Detail

getPropertyName

protected java.lang.String getPropertyName()
Returns the property provided by this tag.

Specified by:
getPropertyName in class SearchResultSupport
Returns:
The property name.

getTagName

protected java.lang.String getTagName()
Returns the name of this tag.

Specified by:
getTagName in class SearchResultSupport
Returns:
The tag name.