|
ModeShape Distribution 3.0.0.Alpha6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeTypeDetector | |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.api.sequencer | Many repositories are used (at least in part) to manage files and other artifacts, including service definitions, policy files, images, media, documents, presentations, application components, reusable libraries, configuration files, application installations, databases schemas, management scripts, and so on. |
org.modeshape.jcr.mimetype | This package defines an interface for the MIME type detector , which represents a component
that is able to determine the MIME type for a stream of data and/or the name of the file containing the data. |
org.modeshape.jcr.text | This package defines an interface for components that extract text from content. |
org.modeshape.jcr.value.binary |
Uses of MimeTypeDetector in org.modeshape.jcr |
---|
Methods in org.modeshape.jcr that return MimeTypeDetector | |
---|---|
MimeTypeDetector |
ExecutionContext.getMimeTypeDetector()
Return an object that can be used to determine the MIME type of some content, such as the content of a file. |
MimeTypeDetector |
Sequencers.SequencingContext.mimeTypeDetector()
|
Methods in org.modeshape.jcr with parameters of type MimeTypeDetector | |
---|---|
ExecutionContext |
ExecutionContext.with(MimeTypeDetector mimeTypeDetector)
Create a new execution context that is the same as this context, but which uses the supplied MIME
type detector . |
Constructors in org.modeshape.jcr with parameters of type MimeTypeDetector | |
---|---|
ExecutionContext(SecurityContext securityContext,
NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory,
MimeTypeDetector mimeTypeDetector,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId)
Create an instance of the execution context by supplying all parameters. |
|
Sequencers.SequencingContext(DateTime now,
ValueFactory jcrValueFactory,
MimeTypeDetector mimeTypeDetector)
|
Uses of MimeTypeDetector in org.modeshape.jcr.api.sequencer |
---|
Methods in org.modeshape.jcr.api.sequencer that return MimeTypeDetector | |
---|---|
MimeTypeDetector |
Sequencer.Context.mimeTypeDetector()
Returns a MimeTypeDetector implementation which can be used to determine content mime-type. |
Uses of MimeTypeDetector in org.modeshape.jcr.mimetype |
---|
Classes in org.modeshape.jcr.mimetype that implement MimeTypeDetector | |
---|---|
class |
ApertureMimeTypeDetector
A MimeTypeDetector that uses the Aperture library. |
class |
ExtensionBasedMimeTypeDetector
A MimeTypeDetector that attempts to match the extension of the supplied name against a set of known file extensions. |
class |
MimeTypeDetectors
Implementation of MimeTypeDetector which holds an inner list of different MimeTypeDetector implementations and
queries each of them, in order to determine a mime-type. |
Fields in org.modeshape.jcr.mimetype declared as MimeTypeDetector | |
---|---|
static MimeTypeDetector |
ExtensionBasedMimeTypeDetector.INSTANCE
|
Uses of MimeTypeDetector in org.modeshape.jcr.text |
---|
Methods in org.modeshape.jcr.text with parameters of type MimeTypeDetector | |
---|---|
TextExtractorContext |
TextExtractorContext.with(MimeTypeDetector mimeTypeDetector)
|
Uses of MimeTypeDetector in org.modeshape.jcr.value.binary |
---|
Methods in org.modeshape.jcr.value.binary that return MimeTypeDetector | |
---|---|
protected MimeTypeDetector |
AbstractBinaryStore.detector()
Get the MIME type detector that can be used to find the MIME type for binary content |
Methods in org.modeshape.jcr.value.binary with parameters of type MimeTypeDetector | |
---|---|
void |
BinaryStore.setMimeTypeDetector(MimeTypeDetector mimeTypeDetector)
Set the MIME type detector that can be used for determining the MIME type for binary content. |
void |
AbstractBinaryStore.setMimeTypeDetector(MimeTypeDetector mimeTypeDetector)
|
|
ModeShape Distribution 3.0.0.Alpha6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |