Interface SchemaFacetOResource
public interface SchemaFacetOResource
This interface represents the
resource constraint associated with a node
(osd:FacetOResource).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the EBX® module that contains the resource.Returns the local directory containing the resource, directly under the directory named with the value ofresourceType.Returns the resource type, which is one of the following values:ext-images,ext-jscripts,ext-stylesheets,ext-html.
-
Method Details
-
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.
-