Interface SchemaFacetOResource
-
public interface SchemaFacetOResourceThis interface represents theresourceconstraint associated with a node (osd:FacetOResource).- See Also:
SchemaNode.getFacetOResource()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModuleName()Returns the name of the EBX® module that contains the resource.StringgetRelativePath()Returns the local directory containing the resource, directly under the directory named with the value ofresourceType.StringgetResourceType()Returns the resource type, which is one of the following values:ext-images,ext-jscripts,ext-stylesheets,ext-html.
-
-
-
Method Detail
-
getModuleName
String getModuleName()
Returns the name of the EBX® module that contains the resource. If the module itself contains the resource, the alias must be preceded by "wbp" (stands for Web Business Process).
-
getResourceType
String getResourceType()
Returns the resource type, which is one of the following values:ext-images,ext-jscripts,ext-stylesheets,ext-html.
-
getRelativePath
String getRelativePath()
Returns the local directory containing the resource, directly under the directory named with the value ofresourceType. For example, for a resource located atwww/common/images/frontpages/, the directorywww/is at the same level as theWEB-INF/directory.
-
-