Package com.orchestranetworks.ui
Interface ResourceType
public interface ResourceType
Identifies a type of packaged resource.
Packaged resources can be localized and are accessible from a public URL to be used for the user interface display.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceTypeHTML document resource.static final ResourceTypeIcon resource.static final ResourceTypeImage file.static final ResourceTypeJavaScript resource.static final ResourceTypeCascading Style Sheet (CSS) resource. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the resources of this type are in theWEB-INF/directory (that is, not directly accessible using HTTP protocol).
-
Field Details
-
HTML
HTML document resource. -
ICON
Icon resource. -
IMAGE
Image file. -
JSCRIPT
JavaScript resource. -
STYLESHEET
Cascading Style Sheet (CSS) resource.
-
-
Method Details
-
isInternal
boolean isInternal()Returnstrueif the resources of this type are in theWEB-INF/directory (that is, not directly accessible using HTTP protocol).
-