Content Presenter Display Template Support Functions
Function setObjectInContext

void setObjectInContext(javax.servlet.http.HttpServletRequest request, String attributeName, Object object)
Description

This is a utility method that will set the object as an attribute on the current request under the attribute name passed in. This is to provide some help when using EL.

Examples

Here is an example of calling this function using Expression Language:

${templates:setObjectInContext(pageContext.request, var, tempNode)}


Function Information
Function Classcom.bea.content.ui.jsp.templates.utils.TemplateSupport
Function Signature void setObjectInContext(javax.servlet.http.HttpServletRequest request, String attributeName, Object object)
Display NameNone


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.