Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスを使用しjavax.faces.render.Rendererてカスタム コンポーネントをレンダリングしています。encodeBeginまたは のいずれかをオーバーライドencodeEndして、目的の出力を実現します。
javax.faces.render.Renderer
encodeBegin
encodeEnd
これらの方法のいずれかをいつ使用する必要があるか知りたいですか? いつ、どのような場合に使用するべきかについてのガイドラインはありますencodeBeginかencodeEnd?