Interface ResourceMethodOrLocator
-
- All Superinterfaces:
RrcOrRml
- All Known Implementing Classes:
ResourceMethod,SubResourceLocator
@Deprecated public interface ResourceMethodOrLocator extends RrcOrRml
Deprecated.Will be removed in next minor release.This interface describes a resource method, a sub resource method or a sub resource locator. See section 1.5 and 3.3.1 of JAX-RS specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated.PathRegExpgetPathRegExp()Deprecated.ResourceClassgetResourceClass()Deprecated.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Deprecated.- Returns:
- returns the name of the java method or sub resource locator
-
getPathRegExp
PathRegExp getPathRegExp()
Deprecated.- Specified by:
getPathRegExpin interfaceRrcOrRml- Returns:
- Returns the Regular Expression of the path.
-
getResourceClass
ResourceClass getResourceClass()
Deprecated.- Returns:
- Returns the wrapped resource class
-
-