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.
公式ドキュメントでそれへの参照が見つかりませんでした。
2 つの値を切り替えます。
#define CV_SWAP(a,b,t) ((t) = (a), (a) = (b), (b) = (t))
次のコードを含む JSF ページがあります。
... <f:event type="preRenderView" listener="#{page1.PreRenderViewEvent}"/> ...
ここで、リスナー (Page1.PreRenderViewEvent メソッド)をページではなく、