|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.bea.p13n.placeholder.servlets.jsp.taglib.PlaceholderTag
public class 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 |
| Field Summary | |
|---|---|
protected boolean |
versionedContent
Should this search versioned content and return versions. |
| 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 | |
|---|---|
PlaceholderTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Return the content for the named placeholder to the JSP page. |
protected String |
fixPlaceholderName(String name)
Convert a placeholder name to a placeholder URI, as best we can. |
protected String |
getDisplayContent()
Get the content string to display. |
int |
getRenderer()
Deprecated not used. |
boolean |
getVersionedContent()
Boolean to determine if version data should be returned |
void |
release()
Release/reset this tag. |
void |
setHeight(int height)
set the height property. |
void |
setHeight(String ht)
|
void |
setName(String name)
set the name property. |
void |
setRenderer(int i)
Deprecated not used. |
void |
setVersionedContent(boolean s)
Set boolean to determine if version data should be returned |
void |
setWidth(int width)
set the width property |
void |
setWidth(String wd)
|
| 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 |
| Field Detail |
|---|
protected boolean versionedContent
| Constructor Detail |
|---|
public PlaceholderTag()
| Method Detail |
|---|
public void setName(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 setHeight(String ht)
public void setWidth(int width)
width - integer width of the placeholderpublic void setWidth(String wd)
public boolean getVersionedContent()
public void setVersionedContent(boolean s)
boolean - to indicate if versioned content should be retrieved
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException
protected String getDisplayContent()
throws javax.ejb.CreateException,
ContentException,
RemoteException
javax.ejb.CreateException
ContentException
RemoteExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportprotected String fixPlaceholderName(String name)
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||