RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.specimpl
Class PathSegmentImpl

java.lang.Object
  extended by org.jboss.resteasy.specimpl.PathSegmentImpl
All Implemented Interfaces:
javax.ws.rs.core.PathSegment

public class PathSegmentImpl
extends Object
implements javax.ws.rs.core.PathSegment

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
PathSegmentImpl(String segment, boolean decode)
           
 
Method Summary
 javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
           
 String getOriginal()
           
 String getPath()
           
static List<javax.ws.rs.core.PathSegment> parseSegments(String path, boolean decode)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathSegmentImpl

public PathSegmentImpl(String segment,
                       boolean decode)
Parameters:
segment - encoded path segment
decode - whether or not to decode values
Method Detail

getOriginal

public String getOriginal()

getPath

public String getPath()
Specified by:
getPath in interface javax.ws.rs.core.PathSegment

getMatrixParameters

public javax.ws.rs.core.MultivaluedMap<String,String> getMatrixParameters()
Specified by:
getMatrixParameters in interface javax.ws.rs.core.PathSegment

toString

public String toString()
Overrides:
toString in class Object

parseSegments

public static List<javax.ws.rs.core.PathSegment> parseSegments(String path,
                                                               boolean decode)
Parameters:
path - encoded full path
decode - whether or not to decode each segment
Returns:

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.