org.seasar.portlet.util
クラス ActionRequestUtil

java.lang.Object
  上位を拡張 org.seasar.portlet.util.PortletRequestUtil
      上位を拡張 org.seasar.portlet.util.ActionRequestUtil

public class ActionRequestUtil
extends PortletRequestUtil

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

作成者:
Shinsuke Sugaya

コンストラクタの概要
ActionRequestUtil()
           
 
メソッドの概要
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)
           
 
クラス 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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActionRequestUtil

public ActionRequestUtil()
メソッドの詳細

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
例外:
java.io.IOException

getReader

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

setCharacterEncoding

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


Copyright 2006 null. All Rights Reserved.