© 2003 BEA Systems, Inc.

com.bea.p13n.ad.servlets.jsp.taglib
Class AdRenderTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.bea.p13n.ad.servlets.jsp.taglib.AdRenderTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class AdRenderTag
extends TagSupport

Tag class to render an ad.

This expects the AdService to use to be found at "java:comp/env/AdService".

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
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 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

AdRenderTag

public AdRenderTag()
Method Detail

setAd

public void setAd(Node ad)

setHeight

public void setHeight(String str)
Set the height property.


setHeight

public void setHeight(int height)
Set the height property.

Parameters:
height - integer height of the placeholder

setWidth

public void setWidth(String str)
Set the width property


setWidth

public void setWidth(int width)
Set the width property

Parameters:
width - integer width of the placeholder

doStartTag

public int doStartTag()
               throws JspException
Return the content for the named placeholder to the JSP page.

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
JspException

release

public void release()
Release any resources or variables.

Specified by:
release in interface Tag
Overrides:
release in class TagSupport

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved