com.isenshi.util.extlib
クラス StrutsUtil
java.lang.Object
com.isenshi.util.extlib.StrutsUtil
- public class StrutsUtil
- extends Object
- 作成者:
- nishioka
クラス 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.