|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
net.thauvin.google.taglibs.StyleSupport
net.thauvin.google.taglibs.SearchResultSupport
Implements methods used to retrieve Google Search Result properties.
| Field Summary | |
protected GoogleSearchBean |
bean
The Google search 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 | |
SearchResultSupport()
|
|
| Method Summary | |
int |
doEndTag()
doEndTag method. |
int |
doStartTag()
doStartTag method. |
protected abstract java.lang.String |
getPropertyName()
Returns the result of the build action and must be implemented by classes which extend SearchResultSupport. |
protected java.lang.String |
getResultProperty()
Returns the value of specified search result property. |
protected abstract java.lang.String |
getTagName()
Returns the name of the tag extending SearchResultSupport. |
void |
release()
Release method. |
protected void |
reset()
Reset the values. |
| 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 |
| Field Detail |
protected GoogleSearchBean bean
| Constructor Detail |
public SearchResultSupport()
| Method Detail |
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class StyleSupportprotected abstract java.lang.String getPropertyName()
For example:
return "Some Value";
protected java.lang.String getResultProperty()
protected abstract java.lang.String getTagName()
For example:
void getErrorString() { return "MyTag"; }
protected void reset()
reset in class StyleSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||