パッケージ org.wcardinal.controller

インタフェース PageFactory<T>

型パラメータ:
T - page class to be created/destroyed dynamically
すべてのスーパーインタフェース:
ControllerContext, Factory<T>, Iterable<T>, Unlockable
既知の実装クラスのリスト:
PageFactoryImpl

public interface PageFactory<T> extends Factory<T>
A factory that creates/destroys the specified class T as a page dynamically.