org.seasar.framework.convention
インタフェース NamingConvention
- 既知の実装クラスの一覧:
- NamingConventionImpl
- public interface NamingConvention
- 作成者:
- higa, shot
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.