Class PagerCreator
- java.lang.Object
-
- org.lastaflute.di.core.creator.ComponentCreatorImpl
-
- org.codelibs.fess.mylasta.creator.PagerCreator
-
- All Implemented Interfaces:
org.lastaflute.di.core.creator.ComponentCreator
public class PagerCreator extends org.lastaflute.di.core.creator.ComponentCreatorImpl- Author:
- shinsuke
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSUFFIX
-
Constructor Summary
Constructors Constructor Description PagerCreator(org.lastaflute.di.naming.NamingConvention namingConvention)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.lastaflute.di.core.customizer.ComponentCustomizergetPagerCustomizer()voidsetPagerCustomizer(org.lastaflute.di.core.customizer.ComponentCustomizer customizer)-
Methods inherited from class org.lastaflute.di.core.creator.ComponentCreatorImpl
createComponentDef, createComponentDef, customize, getAutoBindingDef, getCustomizer, getInstanceDef, getNameSuffix, getNamingConvention, isEnableAbstract, isEnableInterface, isExternalBinding, isTargetComponentName, setAutoBindingDef, setCustomizer, setEnableAbstract, setEnableInterface, setExternalBinding, setInstanceDef, setNameSuffix, setupCompleteComponent
-
-
-
-
Field Detail
-
SUFFIX
public static final java.lang.String SUFFIX
- See Also:
- Constant Field Values
-
-