org.jboss.resteasy.util
Class PrefixedFormFieldsHttpRequest
java.lang.Object
org.jboss.resteasy.util.DelegatingHttpRequest
org.jboss.resteasy.util.PrefixedFormFieldsHttpRequest
- All Implemented Interfaces:
- HttpRequest
public class PrefixedFormFieldsHttpRequest
- extends DelegatingHttpRequest
Methods inherited from class org.jboss.resteasy.util.DelegatingHttpRequest |
createAsynchronousResponse, getAsynchronousResponse, getAttribute, getFormParameters, getHttpHeaders, getHttpMethod, getInputStream, getPreprocessedPath, getUri, initialRequestThreadFinished, isInitial, isSuspended, removeAttribute, setAttribute, setInputStream, setPreprocessedPath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrefixedFormFieldsHttpRequest
public PrefixedFormFieldsHttpRequest(String prefix,
HttpRequest request)
getDecodedFormParameters
public javax.ws.rs.core.MultivaluedMap<String,String> getDecodedFormParameters()
- Specified by:
getDecodedFormParameters
in interface HttpRequest
- Overrides:
getDecodedFormParameters
in class DelegatingHttpRequest
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.