com.wewebu.ow.server.ui.viewer
Interface OwInfoRequest


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

Since:
3.1.0.0

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

getParameterNames

List<String> getParameterNames()
Return a list of parameter names which exist in this request.

Can return an empty list.

Returns:
List of Strings

getParameter

String getParameter(String paramName_p)
Get the value for given parameter.

Parameters:
paramName_p - String name
Returns:
String or null if parameter not exist

getRequestBody

InputStream getRequestBody()
                           throws IOException
Return an InputStream which contains the request body.

Returns:
InputStream
Throws:
IOException - if InputStream is not accessible


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.