Uses of Interface
org.springframework.extensions.webscripts.FormatWriter
-
Packages that use FormatWriter Package Description org.springframework.extensions.webscripts -
-
Uses of FormatWriter in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return FormatWriter Modifier and Type Method Description FormatWriter<java.lang.Object>FormatRegistry. getWriter(java.lang.Object object, java.lang.String mimetype)Gets a Format WriterMethods in org.springframework.extensions.webscripts with parameters of type FormatWriter Modifier and Type Method Description voidFormatRegistry. addWriter(FormatWriter<java.lang.Object> writer)Add a writerMethod parameters in org.springframework.extensions.webscripts with type arguments of type FormatWriter Modifier and Type Method Description voidFormatAdaptorSet. setWriters(java.util.Set<FormatWriter<java.lang.Object>> writers)Sets the writers
-