Uses of Class
org.apache.cxf.jaxrs.model.URITemplate
-
Packages that use URITemplate Package Description org.apache.cxf.jaxrs.model -
-
Uses of URITemplate in org.apache.cxf.jaxrs.model
Methods in org.apache.cxf.jaxrs.model that return URITemplate Modifier and Type Method Description static URITemplateURITemplate. createExactTemplate(String pathValue)static URITemplateURITemplate. createTemplate(String pathValue)static URITemplateURITemplate. createTemplate(javax.ws.rs.Path path)URITemplateClassResourceInfo. getURITemplate()URITemplateOperationResourceInfo. getURITemplate()Methods in org.apache.cxf.jaxrs.model with parameters of type URITemplate Modifier and Type Method Description static intURITemplate. compareTemplates(URITemplate t1, URITemplate t2)voidClassResourceInfo. setURITemplate(URITemplate u)voidOperationResourceInfo. setURITemplate(URITemplate u)Constructors in org.apache.cxf.jaxrs.model with parameters of type URITemplate Constructor Description OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway)
-