- All Known Implementing Classes:
FilteredTypes
public interface SupportedTypes
Containers can expose an instance of this interface in their lookup to
facilitate child container support of the supported-types control. Child
containers that wish to support the same component types as their parent can
respond to a call to the supported-types control with the result of the
query.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSupported types result to be returned fromquery(). -
Method Summary
Modifier and TypeMethodDescriptionquery()Query the supported types, the same as calling the supported-types control on the providing container.
-
Method Details
-
query
SupportedTypes.Result query()Query the supported types, the same as calling the supported-types control on the providing container. The same result will be returned unless the data has changed or otherwise refreshed, so object identity can be used to verify any cached data.- Returns:
- supported types result
-