org.seasar.portlet.util
Class ActionRequestUtil

java.lang.Object
  extended by org.seasar.portlet.util.PortletRequestUtil
      extended by org.seasar.portlet.util.ActionRequestUtil

public class ActionRequestUtil
extends PortletRequestUtil

This class is a utility class to use ActionRequest on Seasar2 environment.

Author:
Shinsuke Sugaya

Constructor Summary
ActionRequestUtil()
           
 
Method Summary
static javax.portlet.ActionRequest getActionRequest()
           
static java.lang.String getCharacterEncoding()
           
static int getContentLength()
           
static java.lang.String getContentType()
           
static java.io.InputStream getPortletInputStream()
           
static java.io.BufferedReader getReader()
           
static void setCharacterEncoding(java.lang.String arg0)
           
 
Methods inherited from class org.seasar.portlet.util.PortletRequestUtil
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletRequest, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRequestUtil

public ActionRequestUtil()
Method Detail

getActionRequest

public static javax.portlet.ActionRequest getActionRequest()

getCharacterEncoding

public static java.lang.String getCharacterEncoding()

getContentLength

public static int getContentLength()

getContentType

public static java.lang.String getContentType()

getPortletInputStream

public static java.io.InputStream getPortletInputStream()
                                                 throws java.io.IOException
Throws:
java.io.IOException

getReader

public static java.io.BufferedReader getReader()
                                        throws java.io.UnsupportedEncodingException,
                                               java.io.IOException
Throws:
java.io.UnsupportedEncodingException
java.io.IOException

setCharacterEncoding

public static void setCharacterEncoding(java.lang.String arg0)
                                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException


Copyright 2006 null. All Rights Reserved.