Class AbstractJaxRsWrapper
- java.lang.Object
-
- org.restlet.ext.jaxrs.internal.wrappers.AbstractJaxRsWrapper
-
- Direct Known Subclasses:
AbstractMethodWrapper,ResourceClass
@Deprecated public abstract class AbstractJaxRsWrapper extends java.lang.ObjectDeprecated.Will be removed in next minor release.An abstract wrapper class. Contains some useful static methods.
-
-
Field Summary
Fields Modifier and Type Field Description private PathRegExppathRegExpDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractJaxRsWrapper()Deprecated.Creates a new AbstractJaxRsWrapper without a path.AbstractJaxRsWrapper(PathRegExp pathRegExp)Deprecated.Creates a new AbstractJaxRsWrapper with a givenPathRegExp.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected PathRegExpgetPathRegExp()Deprecated.
-
-
-
Field Detail
-
pathRegExp
private final PathRegExp pathRegExp
Deprecated.
-
-
Constructor Detail
-
AbstractJaxRsWrapper
AbstractJaxRsWrapper()
Deprecated.Creates a new AbstractJaxRsWrapper without a path.
-
AbstractJaxRsWrapper
AbstractJaxRsWrapper(PathRegExp pathRegExp) throws ImplementationException
Deprecated.Creates a new AbstractJaxRsWrapper with a givenPathRegExp.- Parameters:
pathRegExp- must not be null.- Throws:
ImplementationException
-
-
Method Detail
-
getPathRegExp
protected PathRegExp getPathRegExp()
Deprecated.- Returns:
- Returns the regular expression for the URI template.
-
-