Content Presenter Display Template Support Functions
Function getEditButtonSrc

String getEditButtonSrc(javax.servlet.http.HttpServletRequest request)
Description

This convenience method returns the src string for the edit icon normally in the portlet title bar.

Examples

Here is an example of the function call within a HTML img tag:

<img src='<render:resolveImagePath uri="${templates:getEditButtonSrc(pageContext.request)}"/>'
  alt=""/>


Deprecated: The getEditButtonSrc(request) has been deprecated in 10.2 and will return TemplateSupport.DEFAULT_EDIT_BUTTON_SRC as the default value. Those that use this function are encouraged to use a direct image name rather than this function.


Function Information
Function Classcom.bea.content.ui.jsp.templates.utils.TemplateSupport
Function Signature String getEditButtonSrc(javax.servlet.http.HttpServletRequest request)
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.