|
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.Objectcom.bea.portlet.adapter.faces.taglib.naming.NamingContainerTag
public class NamingContainerTag
Custom JSF tag to introduce a NamingContainer
in the component tree that is responsible for ensuring that component
identifiers in the component tree are unique within a portal page.
| Field Summary |
|---|
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| 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 | |
|---|---|
NamingContainerTag()
|
|
| Method Summary | |
|---|---|
int |
doAfterBody()
|
int |
doEndTag()
|
void |
doInitBody()
|
int |
doStartTag()
|
String |
getDefaultScopeKey()
Get the default value for the scope key if the request is not being processed within a facesContent control in a portal. |
String |
getId()
Get the name of the support bean. |
String |
getIdSeparator()
Get the separator to use between consecutive terms of the id part. |
javax.servlet.jsp.tagext.Tag |
getParent()
|
void |
release()
|
void |
setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
|
void |
setDefaultScopeKey(String defaultScopeKey)
Change the default value for the scope key if the request is not being processed within a facesContent control in a portal. |
void |
setId(String id)
Change the name of the support bean. |
void |
setIdSeparator(String idSeparator)
Change the separator to use between consecutive terms of the id part. |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext)
Change the PageContext. |
void |
setParent(javax.servlet.jsp.tagext.Tag tag)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamingContainerTag()
| Method Detail |
|---|
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
PageContext.
setPageContext in interface javax.servlet.jsp.tagext.TagpageContext - the PageContextpublic void setParent(javax.servlet.jsp.tagext.Tag tag)
setParent in interface javax.servlet.jsp.tagext.Tagpublic javax.servlet.jsp.tagext.Tag getParent()
getParent in interface javax.servlet.jsp.tagext.Tag
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagpublic String getId()
public void setId(String id)
id - the name of the support beanpublic String getDefaultScopeKey()
public void setDefaultScopeKey(String defaultScopeKey)
defaultScopeKey - the default value for the scope key
if the request is not being processed
within a facesContent control in a portalpublic String getIdSeparator()
public void setIdSeparator(String idSeparator)
idSeparator - the separator to use between consecutive terms of the
id partpublic void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
setBodyContent in interface javax.servlet.jsp.tagext.BodyTag
public void doInitBody()
throws javax.servlet.jsp.JspException
doInitBody in interface javax.servlet.jsp.tagext.BodyTagjavax.servlet.jsp.JspException
public int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagjavax.servlet.jsp.JspException
|
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 | ||||||||