クラス ComponentFactoryImpl<T>
java.lang.Object
org.wcardinal.controller.AbstractController
org.wcardinal.controller.AbstractComponent
org.wcardinal.controller.internal.FactoryImpl<T,ComponentController>
org.wcardinal.controller.internal.ComponentFactoryImpl<T>
- すべての実装されたインタフェース:
Iterable<T>
,ComponentFactory<T>
,ControllerContext
,Factory<T>
,ControllerCreatorAware<ComponentController>
,Unlockable
@Component
@Scope("prototype")
public class ComponentFactoryImpl<T>
extends FactoryImpl<T,ComponentController>
implements ComponentFactory<T>
-
フィールドの概要
クラスから継承されたフィールド org.wcardinal.controller.AbstractController
controllerContext
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド org.wcardinal.controller.internal.FactoryImpl
clear, contains, create, createAsRequested, destroy, destroyByData, get, indexOf, isEmpty, iterator, remove, setControllerCreator, size
クラスから継承されたメソッド org.wcardinal.controller.AbstractController
cancel, cancel, cancel, cancelAll, execute, execute, execute, getActivePage, getAttributes, getFactoryParameters, getLocale, getLocales, getName, getParameter, getParameterMap, getParameters, getParent, getParentAsFactory, getParents, getPrincipal, getRemoteAddress, getScheduler, getSessionId, getSubSessionId, hide, interval, interval, interval, interval, isCanceled, isHeadCall, isHidden, isHistorical, isLocked, isLockedByCurrentThread, isNonNull, isReadOnly, isShown, lock, notify, notifyAsync, show, timeout, timeout, timeout, trigger, triggerAndWait, triggerDirect, tryLock, tryLock, unlock
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インタフェースから継承されたメソッド org.wcardinal.controller.ControllerContext
cancel, cancel, cancel, cancelAll, execute, execute, execute, getActivePage, getAttributes, getFactoryParameters, getLocale, getLocales, getName, getParameter, getParameterMap, getParameters, getParent, getParentAsFactory, getParents, getPrincipal, getRemoteAddress, getScheduler, getSessionId, getSubSessionId, hide, interval, interval, interval, interval, isCanceled, isHeadCall, isHidden, isHistorical, isLocked, isLockedByCurrentThread, isNonNull, isReadOnly, isShown, lock, notify, notifyAsync, show, timeout, timeout, timeout, trigger, triggerAndWait, triggerDirect, tryLock, tryLock, unlock
インタフェースから継承されたメソッド org.wcardinal.controller.Factory
clear, contains, create, destroy, get, indexOf, isEmpty, iterator, remove, size
インタフェースから継承されたメソッド java.lang.Iterable
forEach, spliterator
-
コンストラクタの詳細
-
ComponentFactoryImpl
public ComponentFactoryImpl()
-