org.seasar.framework.convention
インタフェース NamingConvention

既知の実装クラスの一覧:
NamingConventionImpl

public interface NamingConvention

作成者:
higa

メソッドの概要
 String fromActionNameToPath(String actionName)
           
 String fromClassNameToComponentName(String className)
           
 String fromPageNameToPath(String pageName)
           
 String fromPathToActionName(String path)
           
 String fromPathToPageName(String path)
           
 String getActionSuffix()
           
 String getDaoPackageName()
           
 String getDaoSuffix()
           
 String getDtoPackageName()
           
 String getDtoSuffix()
           
 String getDxoPackageName()
           
 String getDxoSuffix()
           
 String getEntityPackageName()
           
 String getHelperPackageName()
           
 String getHelperSuffix()
           
 String getImplementationPackageName()
           
 String getImplementationSuffix()
           
 String getInterceptorPackageName()
           
 String getInterceptorSuffix()
           
 String getLogicPackageName()
           
 String getLogicSuffix()
           
 String getPageSuffix()
           
 String getServicePackageName()
           
 String getServiceSuffix()
           
 String getValidatorPackageName()
           
 String getValidatorSuffix()
           
 String getViewExtension()
           
 String getViewRootPath()
           
 String getWebPackageName()
           
 

メソッドの詳細

getViewRootPath

public String getViewRootPath()

getViewExtension

public String getViewExtension()

getImplementationSuffix

public String getImplementationSuffix()

getImplementationPackageName

public String getImplementationPackageName()

getPageSuffix

public String getPageSuffix()

getActionSuffix

public String getActionSuffix()

getServiceSuffix

public String getServiceSuffix()

getDxoSuffix

public String getDxoSuffix()

getLogicSuffix

public String getLogicSuffix()

getDaoSuffix

public String getDaoSuffix()

getHelperSuffix

public String getHelperSuffix()

getInterceptorSuffix

public String getInterceptorSuffix()

getValidatorSuffix

public String getValidatorSuffix()

getDtoSuffix

public String getDtoSuffix()

getWebPackageName

public String getWebPackageName()

getDxoPackageName

public String getDxoPackageName()

getLogicPackageName

public String getLogicPackageName()

getDaoPackageName

public String getDaoPackageName()

getEntityPackageName

public String getEntityPackageName()

getDtoPackageName

public String getDtoPackageName()

getServicePackageName

public String getServicePackageName()

getInterceptorPackageName

public String getInterceptorPackageName()

getValidatorPackageName

public String getValidatorPackageName()

getHelperPackageName

public String getHelperPackageName()

fromClassNameToComponentName

public String fromClassNameToComponentName(String className)

fromPathToPageName

public String fromPathToPageName(String path)

fromPathToActionName

public String fromPathToActionName(String path)

fromPageNameToPath

public String fromPageNameToPath(String pageName)

fromActionNameToPath

public String fromActionNameToPath(String actionName)


Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.