org.apache.lucene.gdata.gom
Interface GOMExtensible
- All Known Subinterfaces:
- GOMEntry, GOMFeed
- All Known Implementing Classes:
- GOMEntryImpl
public interface GOMExtensible
The Gdata Object Model describes an abstract object model for the gdata
protocol. GData is supposed to be very flexible and extensible. Users should
be able to extend GOMFeed
and
GOMEntry
elements to create extensions
and custom classes for their own model.
This interface describes the extensible GOM entities.
- Author:
- Simon Willnauer
- See Also:
GOMFeed
,
GOMEntry
getExtensions
List<GOMExtension> getExtensions()
- Returns:
- - a list of all extensions specified to the extended element
setExtensionFactory
void setExtensionFactory(GOMExtensionFactory factory)
- Parameters:
factory
- - the extension factory to set
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.