org.seasar.uruma.container.convention
クラス UrumaNamingConventionImpl

java.lang.Object
  上位を拡張 org.seasar.framework.convention.impl.NamingConventionImpl
      上位を拡張 org.seasar.uruma.container.convention.UrumaNamingConventionImpl
すべての実装されたインタフェース:
NamingConvention, Disposable

public class UrumaNamingConventionImpl
extends NamingConventionImpl
implements NamingConvention, Disposable

NamingConventionの実装クラスです。

作成者:
y.sugigami

入れ子のクラスの概要
protected static class UrumaNamingConventionImpl.BundleExistChecker
          バンドル用の存在チェッカです。
 
クラス org.seasar.framework.convention.impl.NamingConventionImpl から継承された入れ子のクラス/インタフェース
NamingConventionImpl.CodeSourceExistChecker, NamingConventionImpl.ExistChecker, NamingConventionImpl.FileExistChecker, NamingConventionImpl.JarExistChecker, NamingConventionImpl.ZipExistChecker
 
コンストラクタの概要
UrumaNamingConventionImpl()
          NamingConventionImplを作成します。
 
メソッドの概要
protected  NamingConventionImpl.ExistChecker[] createExistCheckerArray(String rootPackageName)
          存在チェッカの配列を作成します。
 
クラス org.seasar.framework.convention.impl.NamingConventionImpl から継承されたメソッド
addExistChecker, addIgnorePackageName, addInterfaceToImplementationClassName, addRootPackageName, adjustViewRootPath, dispose, findClass, fromActionNameToPageName, fromActionNameToPath, fromClassNameToComponentName, fromClassNameToShortComponentName, fromClassNameToSuffix, fromComponentNameToClass, fromComponentNameToPartOfClassName, fromComponentNameToSuffix, fromNameToSuffix, fromPageClassToPath, fromPageNameToPath, fromPathToActionName, fromPathToComponentName, fromPathToPageName, fromSuffixToPackageName, getActionSuffix, getConnectorPackageName, getConnectorSuffix, getConverterPackageName, getConverterSuffix, getDaoPackageName, getDaoSuffix, getDtoPackageName, getDtoSuffix, getDxoPackageName, getDxoSuffix, getEntityPackageName, getExistCheckerArray, getHelperPackageName, getHelperSuffix, getIgnorePackageNames, getImplementationPackageName, getImplementationSuffix, getInterceptorPackageName, getInterceptorSuffix, getLogicPackageName, getLogicSuffix, getPageSuffix, getPathName, getRootPackageNames, getServicePackageName, getServiceSuffix, getSubApplicationRootPackageName, getValidatorPackageName, getValidatorSuffix, getViewExtension, getViewRootPath, initialize, isExist, isIgnoreClassName, isSkipClass, isSubApplicationSuffix, isTargetClassName, isTargetClassName, isValidViewRootPath, setActionSuffix, setConnectorSuffix, setConverterSuffix, setDaoSuffix, setDtoSuffix, setDxoSuffix, setEntityPackage, setHelperSuffix, setImplementationSuffix, setInterceptorSuffix, setLogicSuffix, setPageSuffix, setServiceSuffix, setSubApplicationRootPackageName, setValidatorSuffix, setViewExtension, setViewRootPath, toCompleteClass, toImplementationClassName, toInterfaceClassName
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.framework.convention.NamingConvention から継承されたメソッド
adjustViewRootPath, fromActionNameToPageName, fromActionNameToPath, fromClassNameToComponentName, fromClassNameToShortComponentName, fromClassNameToSuffix, fromComponentNameToClass, fromComponentNameToPartOfClassName, fromComponentNameToSuffix, fromPageClassToPath, fromPageNameToPath, fromPathToActionName, fromPathToPageName, fromSuffixToPackageName, getActionSuffix, getConnectorPackageName, getConnectorSuffix, getConverterPackageName, getConverterSuffix, getDaoPackageName, getDaoSuffix, getDtoPackageName, getDtoSuffix, getDxoPackageName, getDxoSuffix, getEntityPackageName, getHelperPackageName, getHelperSuffix, getIgnorePackageNames, getImplementationPackageName, getImplementationSuffix, getInterceptorPackageName, getInterceptorSuffix, getLogicPackageName, getLogicSuffix, getPageSuffix, getRootPackageNames, getServicePackageName, getServiceSuffix, getSubApplicationRootPackageName, getValidatorPackageName, getValidatorSuffix, getViewExtension, getViewRootPath, isIgnoreClassName, isSkipClass, isTargetClassName, isTargetClassName, isValidViewRootPath, toCompleteClass, toImplementationClassName, toInterfaceClassName
 
インタフェース org.seasar.framework.util.Disposable から継承されたメソッド
dispose
 

コンストラクタの詳細

UrumaNamingConventionImpl

public UrumaNamingConventionImpl()
NamingConventionImplを作成します。

メソッドの詳細

createExistCheckerArray

protected NamingConventionImpl.ExistChecker[] createExistCheckerArray(String rootPackageName)
存在チェッカの配列を作成します。

オーバーライド:
クラス NamingConventionImpl 内の createExistCheckerArray
パラメータ:
rootPackageName - ルートパッケージ名
戻り値:
存在チェッカの配列


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