複合コンポーネント内でオプションの属性が渡されたかどうかを確認する必要があります。どうすればこれを達成できますか?
<composite:interface>
<composite:attribute name="attr1" />
<composite:attribute name="attr2" required="false" /> <!-- means OPTIONAL -->
</composite:interface>
<composite:implementation>
<!-- How I can verify here whether attr2 is present or not whenever this component is used? -->
</composite:implementation>
default
属性をxxx
forに設定する<composite:attribute>
ことは、私が探しているものではありません。