|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.ad.servlets.jsp.taglib.AdTargetTag
Tag class to implement a AdTarget on a page.
This expects the AdService to use to be found at "java:comp/env/AdService".
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
AdTargetTag()
|
Method Summary | |
int |
doStartTag()
Return the content for the named placeholder to the JSP page. |
void |
release()
Release any resources or variables. |
void |
setHeight(int height)
Set the height property. |
void |
setQuery(java.lang.String query)
Set the query property. |
void |
setWidth(int width)
Set the width property |
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 |
public AdTargetTag()
Method Detail |
public void setQuery(java.lang.String query)
query
- String name of the placeholderpublic void setHeight(int height)
height
- integer height of the placeholderpublic void setWidth(int width)
width
- integer width of the placeholderpublic int doStartTag() throws javax.servlet.jsp.JspException
public void release()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |