hst-core-tags
Tag resourceURL


A HstComponent can make a resource URL with this tag with resource ID. This resourceURL will invoke the current page with the resourceID for the HstComponent including this tag.


Tag Information
Tag Classorg.hippoecm.hst.tag.HstResourceURLTag
TagExtraInfo Classorg.hippoecm.hst.tag.HstResourceURLTag$TEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
varfalsefalsejava.lang.StringThe variable name of the resourceURL
resourceIdfalsetruejava.lang.StringThe resourceID to be used by the HstComponent.
fullyQualifiedfalsetruejava.lang.BooleanIf value is 'true' the created link will be a fully qualified link (URLs), thus starting with 'http://' or 'https://' etc
escapeXmlfalsefalsejava.lang.BooleanWhether or not to escape &,>,<,", and '. When escapeXml = true, the resourceURL can be safely used as a tag attribute (e.g, href, src, etc.) value. By default escapeXml is set to true.
scopefalsefalsejava.lang.StringScope of var or the localization context configuration variable. "page", "request", "session" or "application". "page" scope by default.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.