クラス FactoryImpl<T,U extends Controller>
java.lang.Object
org.wcardinal.controller.AbstractController
org.wcardinal.controller.AbstractComponent
org.wcardinal.controller.internal.FactoryImpl<T,U>
- すべての実装されたインタフェース:
Iterable<T>
,ControllerContext
,Factory<T>
,ControllerCreatorAware<U>
,Unlockable
- 直系の既知のサブクラス:
ComponentFactoryImpl
,PageFactoryImpl
,PopupFactoryImpl
public class FactoryImpl<T,U extends Controller>
extends AbstractComponent
implements Factory<T>, ControllerCreatorAware<U>
-
フィールドの概要
クラスから継承されたフィールド org.wcardinal.controller.AbstractController
controllerContext
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
clear()
Destroys the all instances this factory has.boolean
Returns true if this factory has the specified instance.Creates a instance of the class T and returns it.void
createAsRequested
(FactoryData data) boolean
Destroys the specified instance and returns true if succeeded.destroyByData
(FactoryData data) get
(int index) Returns the instance at the specified index.int
Returns the index of the specified instance.boolean
isEmpty()
Returns true if this factory is empty.iterator()
Returns the iterator over instances this factory has.remove
(int index) Removes the instance at the specified index.void
setControllerCreator
(ControllerCreator<U> creator) int
size()
Returns the number of instances this factory has.クラスから継承されたメソッド 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
インタフェースから継承されたメソッド java.lang.Iterable
forEach, spliterator
-
コンストラクタの詳細
-
FactoryImpl
public FactoryImpl()
-
-
メソッドの詳細
-
setControllerCreator
- 定義:
setControllerCreator
インタフェース内ControllerCreatorAware<T>
-
create
インタフェースからコピーされた説明:Factory
Creates a instance of the class T and returns it. -
createAsRequested
- 定義:
createAsRequested
インタフェース内ControllerCreatorAware<T>
-
contains
インタフェースからコピーされた説明:Factory
Returns true if this factory has the specified instance. -
size
public int size()インタフェースからコピーされた説明:Factory
Returns the number of instances this factory has. -
destroy
インタフェースからコピーされた説明:Factory
Destroys the specified instance and returns true if succeeded. -
destroyByData
- 定義:
destroyByData
インタフェース内ControllerCreatorAware<T>
-
clear
public void clear()インタフェースからコピーされた説明:Factory
Destroys the all instances this factory has. -
iterator
インタフェースからコピーされた説明:Factory
Returns the iterator over instances this factory has. -
get
インタフェースからコピーされた説明:Factory
Returns the instance at the specified index. -
isEmpty
public boolean isEmpty()インタフェースからコピーされた説明:Factory
Returns true if this factory is empty. -
indexOf
インタフェースからコピーされた説明:Factory
Returns the index of the specified instance. -
remove
インタフェースからコピーされた説明:Factory
Removes the instance at the specified index.
-