org.trialox.jaxrs.mock
Class RequestURIImpl
java.lang.Object
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 classes/interfaces inherited from interface org.wymiwyg.wrhapi.RequestURI |
org.wymiwyg.wrhapi.RequestURI.Type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestURIImpl
public RequestURIImpl()
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.