org.apache.abdera.writer
Interface NamedWriter
- All Superinterfaces:
- NamedItem, Writer
- All Known Implementing Classes:
- AbstractNamedWriter, FOMWriter, JSONWriter, PrettyWriter
public interface NamedWriter
- extends Writer, NamedItem
Named Writers provide a means of extending Abdera's built in serialization.
Method Summary |
String[] |
getOutputFormats()
Return a listing of MIME Media formats this NamedWriter is capable of outputting. |
boolean |
outputsFormat(String mediatype)
Returns true if the format produced by this writer matches the specified media type |
getOutputFormats
String[] getOutputFormats()
- Return a listing of MIME Media formats this NamedWriter is capable of outputting.
outputsFormat
boolean outputsFormat(String mediatype)
- Returns true if the format produced by this writer matches the specified media type
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.