Uses of Enum Class
com.orchestranetworks.rest.util.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.orchestranetworks.rest.util
Methods in com.orchestranetworks.rest.util that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeResourceType.fromString(String aSegment) static ResourceTypeReturns the enum constant of this class with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.rest.util with parameters of type ResourceTypeModifier and TypeMethodDescriptionURIBuilderForResource.buildForResource(ResourceType aResourceType, String aResourceName) Builds a URI of the specified web resource from the current module using current request's locale.URIBuilderForResource.buildForResource(ResourceType aResourceType, String aResourceName, Locale aLocale) Builds aURIof the specified web resource from the current module for the specified locale.URIBuilderForResource.fromResource(ResourceType aResourceType, String aResourceName) Creates a newUriBuilderinstance for the current module using current request's locale.URIBuilderForResource.fromResource(ResourceType aResourceType, String aResourceName, Locale aLocale) Creates a newUriBuilderinstance for the current module.