Package org.opencms.jsp
Class CmsJspTagProperty.CmsPropertyAction
java.lang.Object
org.opencms.jsp.CmsJspTagProperty.CmsPropertyAction
- Enclosing class:
- CmsJspTagProperty
Tells for which resource properties should be looked up (with or without searching), depending on the
CmsJspTagProperty.FileUse
.-
Constructor Summary
ConstructorsConstructorDescriptionCmsPropertyAction
(javax.servlet.ServletRequest req, String action) Default constructor. -
Method Summary
-
Constructor Details
-
CmsPropertyAction
Default constructor.- Parameters:
req
- the current servlet request.action
- the action to perform.
-
-
Method Details
-
getVfsUri
Returns the VFS site path of the resource for which the properties should be read.- Returns:
- the VFS site path of the resource for which the properties should be read.
-
isSearch
Returnstrue
if it should be searched for the property, otherwisefalse
.- Returns:
true
if it should be searched for the property, otherwisefalse
.
-