パッケージ org.wcardinal.controller
インタフェース ControllerContextAware
public interface ControllerContextAware
Interface to be implemented by any classes that wishes to be notified
of
ControllerContext
that it runs in.-
メソッドの概要
修飾子とタイプメソッド説明void
setControllerContext
(ControllerContext context) SetsControllerContext
that this object runs in.
-
メソッドの詳細
-
setControllerContext
SetsControllerContext
that this object runs in.- パラメータ:
context
-ControllerContext
that this object runs in
-