Woolpack API

woolpack.html
クラス HiddenAppender

java.lang.Object
  上位を拡張 woolpack.html.HiddenAppender
すべての実装されたインタフェース:
Fn<NodeContext,java.lang.Void>

public class HiddenAppender
extends java.lang.Object
implements Fn<NodeContext,java.lang.Void>

子ノードに HTML の隠し項目(hidden パラメータ)を追加するFnです。

作成者:
nakamura

コンストラクタの概要
HiddenAppender(GettingEL mapEL, java.util.Collection<java.lang.String> excludeProperties)
           
 
メソッドの概要
 java.lang.Void exec(NodeContext context)
          関数を実行します。
 java.util.Collection<java.lang.String> getExcludeProperties()
           
 GettingEL getMapEL()
           
 void setExcludeProperties(java.util.Collection<java.lang.String> excludeProperties)
           
 void setMapEL(GettingEL mapEL)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HiddenAppender

public HiddenAppender(GettingEL mapEL,
                      java.util.Collection<java.lang.String> excludeProperties)
パラメータ:
mapEL - hidden にする情報が格納されたMapへの参照。
excludeProperties - hidden として追加しないキーの一覧。
メソッドの詳細

exec

public java.lang.Void exec(NodeContext context)
インタフェース Fn の記述:
関数を実行します。

定義:
インタフェース Fn<NodeContext,java.lang.Void> 内の exec
パラメータ:
context - コンテキスト役。
戻り値:
返却値。

getExcludeProperties

public java.util.Collection<java.lang.String> getExcludeProperties()

setExcludeProperties

public void setExcludeProperties(java.util.Collection<java.lang.String> excludeProperties)

getMapEL

public GettingEL getMapEL()

setMapEL

public void setMapEL(GettingEL mapEL)

Woolpack API

Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.