Cubby functions
Function out

java.lang.String out( java.lang.Object )
HTML をエスケープします。JSTL の out タグの代わりに使用します。 EL 式で出力された文字列はエスケープされないため、エスケープを行いたい場合はこの function を使用します。

Example:
${f:out(user.name)}さんこんにちは


Function Information
Function Classorg.seasar.cubby.tags.CubbyFunctions
Function Signaturejava.lang.String out( java.lang.Object )
Display NameNone


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.