public interface OwInfoRequest
Request object for OwInfoProvider. An abstraction of a request, providing methods to access different request informations.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
String |
getParameter(String paramName_p)
Get the value for given parameter.
|
List<String> |
getParameterNames()
Return a list of parameter names
which exist in this request.
|
InputStream |
getRequestBody()
Return an InputStream which contains
the request body.
|
List<String> getParameterNames()
Can return an empty list.
String getParameter(String paramName_p)
paramName_p
- String nameInputStream getRequestBody() throws IOException
IOException
- if InputStream is not accessibleCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.