@Documented @Retention(value=SOURCE) @Target(value=TYPE) public @interface DocumentHandler
Path based.
To fully integrate with the framework it should implement LocalContextProvider, observe registered DataCapabilityProviders and add the found data capabilities to it's local context.
The easiest way to implement a document handler is to extend AbstractDocumentHandler, but it's not required.AbstractDocumentHandlerpublic abstract String mimeType
public abstract String icon
Copyright © 2012–2016 Drombler. All rights reserved.