|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.bea.p13n.ad.servlets.jsp.taglib.AdRenderTag
public class AdRenderTag
Tag class to render an ad.
This expects the AdService to use to be found at "java:comp/env/AdService".
| Constructor Summary | |
|---|---|
AdRenderTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Return the content for the named placeholder to the JSP page. |
void |
release()
Release any resources or variables. |
void |
setAd(Node ad)
|
void |
setHeight(int height)
Set the height property. |
void |
setHeight(String str)
Set the height property. |
void |
setWidth(int width)
Set the width property |
void |
setWidth(String str)
Set the width property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdRenderTag()
| Method Detail |
|---|
public void setAd(Node ad)
public void setHeight(String str)
height - height of the placeholderpublic void setHeight(int height)
height - integer height of the placeholderpublic void setWidth(String str)
width - width of the placeholderpublic void setWidth(int width)
width - integer width of the placeholder
public int doStartTag()
throws JspException
JspExceptionpublic void release()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||