woolpack.web
クラス ContainerContextSetter<E extends java.lang.Exception>
java.lang.Object
woolpack.web.ContainerContextSetter<E>
- すべての実装されたインタフェース:
- Fn<WebContext,java.lang.Void,E>
public class ContainerContextSetter<E extends java.lang.Exception>
- extends java.lang.Object
- implements Fn<WebContext,java.lang.Void,E>
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerContextSetter
public ContainerContextSetter(Fn<? super ContainerContext<WebContext>,?,? extends java.lang.Exception> fn)
exec
public java.lang.Void exec(WebContext c)
- インタフェース
Fn
の記述:
- 関数を実行します。
- 定義:
- インタフェース
Fn<WebContext,java.lang.Void,E extends java.lang.Exception>
内の exec
- パラメータ:
c
- コンテキスト役。
- 戻り値:
- 返却値。
getFn
public Fn<? super ContainerContext<WebContext>,?,? extends java.lang.Exception> getFn()
setFn
public void setFn(Fn<? super ContainerContext<WebContext>,?,? extends java.lang.Exception> fn)
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.