org.seasar.tuigwaa.util
クラス TgwUtils
java.lang.Object
org.seasar.tuigwaa.util.TgwUtils
- public class TgwUtils
- extends Object
- 作成者:
- nishioka
メソッドの概要 |
static void |
convert(String siteName,
String formName,
Object obj)
|
static org.apache.struts.action.ActionForward |
dialogCloseForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String siteName,
String action,
Map params)
|
static org.apache.struts.action.ActionForward |
dialoggCloseAndListRecordForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String entityName,
String filter)
|
static org.apache.struts.action.ActionForward |
dialoggCloseAndListRecordForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String entityName,
String filter,
String filterType)
|
static org.apache.struts.action.ActionForward |
forwardPage(javax.servlet.http.HttpServletRequest request,
String pageName)
|
static TgwEntity |
getEntity(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionServlet servlet)
|
static TgwEntity |
getEntity(String domain,
String entity)
|
static TuigwaaActionServlet |
getTuigwaaActionServlet()
|
static org.apache.struts.action.ActionForward |
listRecordForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String entityName)
|
static String |
toHibernateType(TgwAttribute field)
|
static String |
toTableName(TgwEntity entity)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPARATOR_FILEFOLDER
public static final Comparator COMPARATOR_FILEFOLDER
TgwUtils
public TgwUtils()
getTuigwaaActionServlet
public static TuigwaaActionServlet getTuigwaaActionServlet()
getEntity
public static TgwEntity getEntity(javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionServlet servlet)
getEntity
public static TgwEntity getEntity(String domain,
String entity)
toTableName
public static String toTableName(TgwEntity entity)
toHibernateType
public static String toHibernateType(TgwAttribute field)
forwardPage
public static org.apache.struts.action.ActionForward forwardPage(javax.servlet.http.HttpServletRequest request,
String pageName)
listRecordForward
public static org.apache.struts.action.ActionForward listRecordForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String entityName)
dialoggCloseAndListRecordForward
public static org.apache.struts.action.ActionForward dialoggCloseAndListRecordForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String entityName,
String filter)
dialoggCloseAndListRecordForward
public static org.apache.struts.action.ActionForward dialoggCloseAndListRecordForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String entityName,
String filter,
String filterType)
dialogCloseForward
public static org.apache.struts.action.ActionForward dialogCloseForward(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request,
String siteName,
String action,
Map params)
convert
public static void convert(String siteName,
String formName,
Object obj)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.