org.apache.isis.viewer.xhtml.applib.providers
Class StringApplicationXhtmlXmlProvider

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.StringTextStar
      extended by org.apache.isis.viewer.xhtml.applib.providers.StringApplicationXhtmlXmlProvider
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyReader<String>, javax.ws.rs.ext.MessageBodyWriter<String>

@Provider
public class StringApplicationXhtmlXmlProvider
extends org.jboss.resteasy.plugins.providers.StringTextStar


Constructor Summary
StringApplicationXhtmlXmlProvider()
           
 
Method Summary
 long getSize(String t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 
Methods inherited from class org.jboss.resteasy.plugins.providers.StringTextStar
isReadable, isWriteable, readFrom, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringApplicationXhtmlXmlProvider

public StringApplicationXhtmlXmlProvider()
Method Detail

getSize

public long getSize(String t,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType)
Specified by:
getSize in interface javax.ws.rs.ext.MessageBodyWriter<String>
Overrides:
getSize in class org.jboss.resteasy.plugins.providers.StringTextStar


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.