Entry DescriptorAttributes
DescriptionThe entry element declares the criteria for the inclusion of a context entry within a context object. The entry exposes a context key and the type that the context entry may be safely cast to. Example XML<context> <entry key="home" type="java.io.File"/> <entry key="test" type="MySpecialClass" optional="TRUE"/> </context> |