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

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

public interface NamingConvention

作成者:
higa, shot

メソッドの概要
 String fromActionNameToPageName(String actionName)
           
 String fromActionNameToPath(String actionName)
           
 String fromClassNameToComponentName(String className)
           
 String fromClassNameToShortComponentName(String className)
           
 String fromClassNameToSuffix(String className)
           
 Class fromComponentNameToClass(String componentName)
           
 String fromComponentNameToPartOfClassName(String componentName)
           
 String fromComponentNameToSuffix(String componentName)
           
 String fromPageNameToPath(String pageName)
           
 String fromPathToActionName(String path)
           
 String fromPathToPageName(String path)
           
 String fromSuffixToPackageName(String suffix)
           
 String getActionSuffix()
           
 String getConnectorPackageName()
           
 String getConnectorSuffix()
           
 String getConverterPackageName()
           
 String getConverterSuffix()
           
 String getDaoPackageName()
           
 String getDaoSuffix()
           
 String getDtoPackageName()
           
 String getDtoSuffix()
           
 String getDxoPackageName()
           
 String getDxoSuffix()
           
 String getEntityPackageName()
           
 String getHelperPackageName()
           
 String getHelperSuffix()
           
 String[] getIgnorePackageNames()
           
 String getImplementationPackageName()
           
 String getImplementationSuffix()
           
 String getInterceptorPackageName()
           
 String getInterceptorSuffix()
           
 String getLogicPackageName()
           
 String getLogicSuffix()
           
 String getPageSuffix()
           
 String[] getRootPackageNames()
           
 String getServicePackageName()
           
 String getServiceSuffix()
           
 String getSubApplicationRootPackageName()
           
 String getValidatorPackageName()
           
 String getValidatorSuffix()
           
 String getViewExtension()
           
 String getViewRootPath()
           
 boolean isIgnoreClassName(String className)
           
 boolean isTargetClassName(String className)
           
 boolean isTargetClassName(String className, String suffix)
           
 boolean isValidViewRootPath(String path)
           
 Class toCompleteClass(Class clazz)
           
 String toImplementationClassName(String className)
           
 String toInterfaceClassName(String className)
           
 

メソッドの詳細

getViewRootPath

public String getViewRootPath()

getViewExtension

public String getViewExtension()

getImplementationSuffix

public String getImplementationSuffix()

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()

getConverterSuffix

public String getConverterSuffix()

getDtoSuffix

public String getDtoSuffix()

getConnectorSuffix

public String getConnectorSuffix()

getSubApplicationRootPackageName

public String getSubApplicationRootPackageName()

getImplementationPackageName

public String getImplementationPackageName()

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()

getConverterPackageName

public String getConverterPackageName()

getHelperPackageName

public String getHelperPackageName()

getConnectorPackageName

public String getConnectorPackageName()

getRootPackageNames

public String[] getRootPackageNames()

getIgnorePackageNames

public String[] getIgnorePackageNames()

fromSuffixToPackageName

public String fromSuffixToPackageName(String suffix)

fromClassNameToShortComponentName

public String fromClassNameToShortComponentName(String className)

fromClassNameToComponentName

public String fromClassNameToComponentName(String className)

fromComponentNameToClass

public Class fromComponentNameToClass(String componentName)

toImplementationClassName

public String toImplementationClassName(String className)

toInterfaceClassName

public String toInterfaceClassName(String className)

toCompleteClass

public Class toCompleteClass(Class clazz)

fromComponentNameToPartOfClassName

public String fromComponentNameToPartOfClassName(String componentName)

fromComponentNameToSuffix

public String fromComponentNameToSuffix(String componentName)

fromClassNameToSuffix

public String fromClassNameToSuffix(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)

fromActionNameToPageName

public String fromActionNameToPageName(String actionName)

isTargetClassName

public boolean isTargetClassName(String className,
                                 String suffix)

isTargetClassName

public boolean isTargetClassName(String className)

isIgnoreClassName

public boolean isIgnoreClassName(String className)

isValidViewRootPath

public boolean isValidViewRootPath(String path)


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