パッケージ org.wcardinal.controller
クラス ComponentFacade
java.lang.Object
org.wcardinal.controller.AbstractController
org.wcardinal.controller.AbstractComponent
org.wcardinal.controller.ComponentFacade
- すべての実装されたインタフェース:
ControllerContext
,Facade
,Unlockable
@Component
@Scope("prototype")
public class ComponentFacade
extends AbstractComponent
implements Facade
Provides additional functions of components for classes which can not extend
AbstractComponent
.
@Component
class MyComponent {
@Autowired
ComponentFacade facade;
void foo(){
System.out.println( facade.getRemoteAddress() );
}
}
-
フィールドの概要
クラスから継承されたフィールド org.wcardinal.controller.AbstractController
controllerContext
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
ComponentFacade
public ComponentFacade()
-