OpenCms JSP standard taglib
Tag resourceaccess


This tag provides access OpenCms resources. It has to be used in the body of <cms:resourceload>.


Tag Information
Tag Classorg.opencms.jsp.CmsJspTagResourceAccess
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
vartruetruejava.lang.StringName of the exported scoped variable that provides access to resource currently loaded via <cms:resourceload>. The variable's visibility is limited to the body of the surrounding <cms:resourceload> tag.

The exported variable has type org.opencms.jsp.util.CmsJspResourceAccessBean.
scopefalsetruejava.lang.StringThe scope, where the exposed variables are placed.
The following values are supported:
page (default)
Place the objects that are exported via variables in the page scope.
request
Place the objects that are exported via variables in the request scope.
session
Place the objects that are exported via variables in the session scope.
application
Place the objects that are exported via variables in the application scope.

Variables
NameTypeDeclareScopeDescription
From attribute 'var'org.opencms.jsp.util.CmsJspResourceAccessBeantrueNESTEDNo Description


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.