|
Woolpack API | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.web.ContainerContextSetter
public class ContainerContextSetter
WebContext.setContainer(Object)
にContainerContext
を設定するFn
です。
コンストラクタの概要 | |
---|---|
ContainerContextSetter(Fn<? super ContainerContext<WebContext>,?> fn)
|
メソッドの概要 | |
---|---|
java.lang.Void |
exec(WebContext c)
関数を実行します。 |
Fn<? super ContainerContext<WebContext>,?> |
getFn()
|
void |
setFn(Fn<? super ContainerContext<WebContext>,?> fn)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ContainerContextSetter(Fn<? super ContainerContext<WebContext>,?> fn)
メソッドの詳細 |
---|
public java.lang.Void exec(WebContext c)
Fn
の記述:
Fn<WebContext,java.lang.Void>
内の exec
c
- コンテキスト役。
public Fn<? super ContainerContext<WebContext>,?> getFn()
public void setFn(Fn<? super ContainerContext<WebContext>,?> fn)
|
Woolpack API | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |