|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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. |
Method Detail |
---|
List<String> getParameterNames()
Can return an empty list.
String getParameter(String paramName_p)
paramName_p
- String name
InputStream getRequestBody() throws IOException
IOException
- if InputStream is not accessible
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |