org.trialox.jaxrs.mock
Class RequestURIImpl

java.lang.Object
  extended by org.trialox.jaxrs.mock.RequestURIImpl
All Implemented Interfaces:
org.wymiwyg.wrhapi.RequestURI

public class RequestURIImpl
extends java.lang.Object
implements org.wymiwyg.wrhapi.RequestURI

Version:
$Id: $
Author:
szalay

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.wymiwyg.wrhapi.RequestURI
org.wymiwyg.wrhapi.RequestURI.Type
 
Constructor Summary
RequestURIImpl()
           
 
Method Summary
 java.lang.String getAbsPath()
           
 java.lang.String[] getParameterNames()
           
 java.lang.String[] getParameterValues(java.lang.String paramName)
           
 java.lang.String getPath()
           
 java.lang.String getQuery()
           
 org.wymiwyg.wrhapi.RequestURI.Type getType()
           
 void setAbsPath(java.lang.String absPath)
           
 void setParameterNames(java.lang.String[] parameterNames)
           
 void setParameterValues(java.lang.String[] parameterValues)
           
 void setPath(java.lang.String path)
           
 void setQuery(java.lang.String query)
           
 void setType(org.wymiwyg.wrhapi.RequestURI.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestURIImpl

public RequestURIImpl()
Method Detail

getAbsPath

public java.lang.String getAbsPath()
Specified by:
getAbsPath in interface org.wymiwyg.wrhapi.RequestURI

setAbsPath

public void setAbsPath(java.lang.String absPath)

getParameterNames

public java.lang.String[] getParameterNames()
Specified by:
getParameterNames in interface org.wymiwyg.wrhapi.RequestURI

setParameterNames

public void setParameterNames(java.lang.String[] parameterNames)

getParameterValues

public java.lang.String[] getParameterValues(java.lang.String paramName)
Specified by:
getParameterValues in interface org.wymiwyg.wrhapi.RequestURI

setParameterValues

public void setParameterValues(java.lang.String[] parameterValues)

getPath

public java.lang.String getPath()
Specified by:
getPath in interface org.wymiwyg.wrhapi.RequestURI

setPath

public void setPath(java.lang.String path)

getQuery

public java.lang.String getQuery()
Specified by:
getQuery in interface org.wymiwyg.wrhapi.RequestURI

setQuery

public void setQuery(java.lang.String query)

getType

public org.wymiwyg.wrhapi.RequestURI.Type getType()
Specified by:
getType in interface org.wymiwyg.wrhapi.RequestURI

setType

public void setType(org.wymiwyg.wrhapi.RequestURI.Type type)


Copyright © 2008. All Rights Reserved.