Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Portal Framework Rendering
Tag encodeName


Description

A tag to encode names. Use this tag to encode names such that encoded names are unique within the context of the portlet that the jsp resides in. If the encoded name is needed outside the scope of this tag, use the utility class com.bea.portlet.EncodeName to create it.


Tag Information
Tag Classcom.bea.netuix.servlets.jsp.taglib.EncodeNameTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameEncode Name

Attributes
NameRequiredRequest-timeDescription
nametruetrueNo Description
varfalsetrueNo Description
scopefalsetrue This should be one of the integer values defined in javax.servlet.jsp.PageContext: PAGE_SCOPE, REQUEST_SCOPE, or SESSION_SCOPE

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.