程序包 | 说明 |
---|---|
org.opencms.jsp.util |
Utility classes to be used for JSP pages.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsJspVfsAccessBean |
CmsJspVfsAccessBean.create(CmsObject cms)
Creates a new instance of the JSP VFS access utility bean.
|
CmsJspVfsAccessBean |
CmsJspContentAccessBean.getVfs()
Returns an instance of a VFS access bean,
initialized with the OpenCms user context this bean was created with.
|
CmsJspVfsAccessBean |
CmsJspStandardContextBean.getVfs()
Returns an initialized VFS access bean.
|
CmsJspVfsAccessBean |
CmsJspResourceAccessBean.getVfs()
Returns an instance of a VFS access bean,
initialized with the OpenCms user context this bean was created with.
|
static CmsJspVfsAccessBean |
CmsJspElFunctions.getVfsAccessBean(java.lang.Object input)
Returns a JSP / EL VFS access bean.
|