|
© 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.placeholder.servlets.jsp.taglib.PlaceholderTag
Corresponds to <ph:placeholder>
.
The <ph:placeholder>
. tag will query the
PlaceholderService for the content to place in the placeholder.
Tag Attribute |
Required |
Type |
Description |
name |
yes |
String |
The name of the placeholder |
height |
no |
Integer |
The requested height of the resulting content |
width |
no |
Integer |
The requested width of the resulting content |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
PlaceholderTag()
|
Method Summary | |
int |
doStartTag()
Return the content for the named placeholder to the JSP page. |
protected java.lang.String |
fixPlaceholderName(java.lang.String name)
Convert a placeholder name to a placeholder URI, as best we can. |
protected java.lang.String |
getDisplayContent()
Get the content string to display. |
int |
getRenderer()
Deprecated. not used. |
void |
release()
Release/reset this tag. |
void |
setHeight(int height)
set the height property. |
void |
setName(java.lang.String name)
set the name property. |
void |
setRenderer(int i)
Deprecated. not used. |
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 PlaceholderTag()
Method Detail |
public void setName(java.lang.String name)
name
- String name of the placeholderpublic void setRenderer(int i)
public int getRenderer()
public 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
protected java.lang.String getDisplayContent() throws javax.ejb.CreateException, ContentException, java.rmi.RemoteException
public void release()
protected java.lang.String fixPlaceholderName(java.lang.String name)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |