com.isenshi.util.extlib
クラス StrutsUtil

java.lang.Object
  拡張com.isenshi.util.extlib.StrutsUtil

public class StrutsUtil
extends Object

作成者:
nishioka

コンストラクタの概要
StrutsUtil()
           
 
メソッドの概要
static void addPrefix(String prefix)
           
static void bindSessionForm(javax.servlet.http.HttpServletRequest request, String name, org.apache.struts.action.ActionForm form)
           
static void clearSessionForm(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping)
           
static Object getContextAttribute(String key)
           
static String getFormKey(org.apache.struts.action.ActionMapping mapping)
           
static String getFormKey(String siteName, String formName)
           
static String getMaxFileSize(org.apache.struts.action.ActionMapping mapping)
           
static org.apache.struts.config.ModuleConfig getModuleConfig(String moduleName)
           
static String getParameter(javax.servlet.http.HttpServletRequest req, String name)
           
static String getParameter(String query, String name)
           
static String getURLDecodedParameter(javax.servlet.http.HttpServletRequest request, String name)
           
static String getURLDecodedParameter(String query, String name)
           
static org.apache.commons.validator.ValidatorResources getValidatorResources(org.apache.struts.config.ModuleConfig moduleConfig)
           
static void putModuleConfig(org.apache.struts.config.ModuleConfig moduleConfig)
           
static void removePrefix(String prefix)
           
static void setContextAttribute(String key, Object obj)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StrutsUtil

public StrutsUtil()
メソッドの詳細

getFormKey

public static String getFormKey(String siteName,
                                String formName)

getFormKey

public static String getFormKey(org.apache.struts.action.ActionMapping mapping)

clearSessionForm

public static void clearSessionForm(javax.servlet.http.HttpServletRequest request,
                                    org.apache.struts.action.ActionMapping mapping)

bindSessionForm

public static void bindSessionForm(javax.servlet.http.HttpServletRequest request,
                                   String name,
                                   org.apache.struts.action.ActionForm form)

getURLDecodedParameter

public static String getURLDecodedParameter(javax.servlet.http.HttpServletRequest request,
                                            String name)

getURLDecodedParameter

public static String getURLDecodedParameter(String query,
                                            String name)

getParameter

public static String getParameter(javax.servlet.http.HttpServletRequest req,
                                  String name)

getParameter

public static String getParameter(String query,
                                  String name)

getMaxFileSize

public static String getMaxFileSize(org.apache.struts.action.ActionMapping mapping)

setContextAttribute

public static void setContextAttribute(String key,
                                       Object obj)

getContextAttribute

public static Object getContextAttribute(String key)

putModuleConfig

public static void putModuleConfig(org.apache.struts.config.ModuleConfig moduleConfig)

getValidatorResources

public static org.apache.commons.validator.ValidatorResources getValidatorResources(org.apache.struts.config.ModuleConfig moduleConfig)

addPrefix

public static void addPrefix(String prefix)

removePrefix

public static void removePrefix(String prefix)

getModuleConfig

public static org.apache.struts.config.ModuleConfig getModuleConfig(String moduleName)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.