|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
com.arsdigita.search | Provides a set of APIs for interacting with search engines. |
Uses of ContentType in com.arsdigita.search |
Fields in com.arsdigita.search declared as ContentType | |
static ContentType |
ContentType.RAW
Constant for Raw content |
static ContentType |
ContentType.XML
Constant for XML content |
static ContentType |
ContentType.TEXT
Constant for plain text content |
Methods in com.arsdigita.search that return ContentType | |
ContentType[] |
SearchConfig.getContent()
Returns the bitmask for allowed content types. |
ContentType[] |
IndexerType.getContent()
Returns the list of content types supported by the indexer |
ContentType |
ContentProvider.getType()
Returns the type of this contnet, one of the constants defined in the Search class |
Methods in com.arsdigita.search with parameters of type ContentType | |
boolean |
SearchConfig.allowsContent(ContentType content)
Determines if the content type represented by the specified bitmask is supported. |
ContentProvider[] |
MetadataProvider.getContent(DomainObject dobj,
ContentType type)
Gets the content for the DomainObject. |
Constructors in com.arsdigita.search with parameters of type ContentType | |
IndexerType(String key,
ContentType[] content,
DocumentObserver observer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |