Uses of Class
org.restlet.ext.jaxrs.internal.util.PathRegExp
-
Packages that use PathRegExp Package Description org.restlet.ext.jaxrs.internal.util org.restlet.ext.jaxrs.internal.wrappers -
-
Uses of PathRegExp in org.restlet.ext.jaxrs.internal.util
Fields in org.restlet.ext.jaxrs.internal.util declared as PathRegExp Modifier and Type Field Description static PathRegExpPathRegExp. EMPTYDeprecated.The PathRegExp with an empty path.Methods in org.restlet.ext.jaxrs.internal.util that return PathRegExp Modifier and Type Method Description static PathRegExpPathRegExp. createForClass(java.lang.Class<?> rrc)Deprecated.Creates aPathRegExpfor a root resource class.static PathRegExpPathRegExp. createForMethod(java.lang.reflect.Method annotatedMethod)Deprecated.Creates aPathRegExpfor a sub resource method or sub resource locator. -
Uses of PathRegExp in org.restlet.ext.jaxrs.internal.wrappers
Fields in org.restlet.ext.jaxrs.internal.wrappers declared as PathRegExp Modifier and Type Field Description private PathRegExpAbstractJaxRsWrapper. pathRegExpDeprecated.Methods in org.restlet.ext.jaxrs.internal.wrappers that return PathRegExp Modifier and Type Method Description protected PathRegExpAbstractJaxRsWrapper. getPathRegExp()Deprecated.PathRegExpAbstractMethodWrapper. getPathRegExp()Deprecated.PathRegExpResourceMethodOrLocator. getPathRegExp()Deprecated.PathRegExpRootResourceClass. getPathRegExp()Deprecated.PathRegExpRrcOrRml. getPathRegExp()Deprecated.Constructors in org.restlet.ext.jaxrs.internal.wrappers with parameters of type PathRegExp Constructor Description AbstractJaxRsWrapper(PathRegExp pathRegExp)Deprecated.Creates a new AbstractJaxRsWrapper with a givenPathRegExp.
-