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

java.lang.Object
  extended by TagSupport
      extended by com.bea.p13n.ad.servlets.jsp.taglib.AdTargetTag

public class AdTargetTag
extends TagSupport

Tag class to implement a AdTarget on a page.

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


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 setHeight(String str)
          Set the height property.
 void setQuery(String query)
          Set the query 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

AdTargetTag

public AdTargetTag()
Method Detail

setQuery

public void setQuery(String query)
Set the query property.

Parameters
query - String name of the placeholder

setHeight

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

Parameters
height - height of the placeholder

setHeight

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

Parameters
height - integer height of the placeholder

setWidth

public void setWidth(int width)
Set the width property

Parameters
width - integer width of the placeholder

setWidth

public void setWidth(String str)
Set the width property

Parameters
width - width of the placeholder

doStartTag

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

Throws
JspException

release

public void release()
Release any resources or variables.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved