Uses of Class
org.apache.cxf.jaxrs.model.URITemplate

Packages that use URITemplate
org.apache.cxf.jaxrs.model   
 

Uses of URITemplate in org.apache.cxf.jaxrs.model
 

Methods in org.apache.cxf.jaxrs.model that return URITemplate
static URITemplate URITemplate.createTemplate(javax.ws.rs.Path path)
           
static URITemplate URITemplate.createTemplate(String pathValue)
           
 URITemplate OperationResourceInfo.getURITemplate()
           
 URITemplate ClassResourceInfo.getURITemplate()
           
 

Methods in org.apache.cxf.jaxrs.model with parameters of type URITemplate
static int URITemplate.compareTemplates(URITemplate t1, URITemplate t2)
           
 void OperationResourceInfo.setURITemplate(URITemplate u)
           
 void ClassResourceInfo.setURITemplate(URITemplate u)
           
 

Constructors in org.apache.cxf.jaxrs.model with parameters of type URITemplate
OperationResourceInfo(Method m, ClassResourceInfo cri, URITemplate template, String httpVerb, String consumeMediaTypes, String produceMediaTypes, List<Parameter> params, boolean oneway)
           
 



Apache CXF