Uses of Class
org.exoplatform.services.rest.uri.UriPattern
Packages that use UriPattern
Package
Description
-
Uses of UriPattern in org.exoplatform.services.rest
Methods in org.exoplatform.services.rest that return UriPatternModifier and TypeMethodDescriptionFilterDescriptor.getUriPattern()UriPattern build in same manner as for resources. -
Uses of UriPattern in org.exoplatform.services.rest.impl
Methods in org.exoplatform.services.rest.impl that return UriPatternModifier and TypeMethodDescriptionFilterDescriptorImpl.getUriPattern()UriPattern build in same manner as for resources. -
Uses of UriPattern in org.exoplatform.services.rest.impl.resource
Methods in org.exoplatform.services.rest.impl.resource that return UriPatternModifier and TypeMethodDescriptionAbstractResourceDescriptorImpl.getUriPattern()SubResourceLocatorDescriptorImpl.getUriPattern()SubResourceMethodDescriptorImpl.getUriPattern() -
Uses of UriPattern in org.exoplatform.services.rest.resource
Methods in org.exoplatform.services.rest.resource that return UriPatternModifier and TypeMethodDescriptionAbstractResourceDescriptor.getUriPattern()SubResourceLocatorDescriptor.getUriPattern()SubResourceMethodDescriptor.getUriPattern()Methods in org.exoplatform.services.rest.resource with parameters of type UriPattern -
Uses of UriPattern in org.exoplatform.services.rest.uri
Fields in org.exoplatform.services.rest.uri with type parameters of type UriPatternModifier and TypeFieldDescriptionstatic final Comparator<UriPattern> UriPattern.URIPATTERN_COMPARATORSort the templates according to the string comparison of the template regular expressions. -
Uses of UriPattern in org.exoplatform.services.rest.util
Methods in org.exoplatform.services.rest.util with parameters of type UriPatternModifier and TypeMethodDescriptionvoidUriPatternMap.add(UriPattern uriPattern, V value) UriPatternMap.getFirst(UriPattern uriPattern) UriPatternMap.getList(UriPattern uriPattern) voidUriPatternMap.putSingle(UriPattern uriPattern, V value)