Apache CXF API

org.apache.cxf.transport.http.netty.server.servlet
Class URIParser

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.servlet.URIParser

public class URIParser
extends Object


Constructor Summary
URIParser(String servletPath)
           
 
Method Summary
 String getPathInfo()
           
 String getQueryString()
           
 String getRequestUri()
           
 String getServletPath()
           
 void parse(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIParser

public URIParser(String servletPath)
Method Detail

parse

public void parse(String uri)

getServletPath

public String getServletPath()

getQueryString

public String getQueryString()

getPathInfo

public String getPathInfo()

getRequestUri

public String getRequestUri()

Apache CXF API

Apache CXF