|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamedWriter
Named Writers provide a means of extending Abdera's built in serialization.
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name used to acquire an instance of this Writer (case insensitive) |
java.lang.String[] |
getOutputFormats()
Return a listing of MIME Media formats this NamedWriter is capable of outputting. |
boolean |
outputsFormat(java.lang.String mediatype)
Returns true if the format produced by this writer matches the specified media type |
Methods inherited from interface org.apache.abdera.writer.Writer |
---|
write, writeTo, writeTo |
Method Detail |
---|
java.lang.String getName()
java.lang.String[] getOutputFormats()
boolean outputsFormat(java.lang.String mediatype)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |