de.twenty11.skysail.server.restlet
Class JsonSelfRepresentation

java.lang.Object
  extended by org.restlet.representation.Variant
      extended by org.restlet.representation.RepresentationInfo
          extended by org.restlet.representation.Representation
              extended by org.restlet.representation.CharacterRepresentation
                  extended by org.restlet.representation.WriterRepresentation
                      extended by org.restlet.ext.json.JsonRepresentation
                          extended by de.twenty11.skysail.server.restlet.JsonSelfRepresentation

public class JsonSelfRepresentation
extends org.restlet.ext.json.JsonRepresentation


Field Summary
 
Fields inherited from class org.restlet.representation.Representation
UNKNOWN_SIZE
 
Constructor Summary
JsonSelfRepresentation(ApplicationInfo applicationInfo)
           
 
Method Summary
 
Methods inherited from class org.restlet.ext.json.JsonRepresentation
getIndentingSize, getJsonArray, getJsonObject, getJsonTokener, getSize, isIndenting, setIndenting, setIndentingSize, toJsonTokener, write
 
Methods inherited from class org.restlet.representation.WriterRepresentation
getReader
 
Methods inherited from class org.restlet.representation.CharacterRepresentation
getChannel, getStream, write, write
 
Methods inherited from class org.restlet.representation.Representation
append, exhaust, getAvailableSize, getDigest, getDisposition, getExpirationDate, getRange, getRegistration, getText, hasKnownSize, isAvailable, isEmpty, isSelectable, isTransient, release, setAvailable, setDigest, setDisposition, setExpirationDate, setListener, setRange, setSize, setTransient
 
Methods inherited from class org.restlet.representation.RepresentationInfo
getModificationDate, getTag, setModificationDate, setTag
 
Methods inherited from class org.restlet.representation.Variant
createClientInfo, equals, getCharacterSet, getEncodings, getLanguages, getLocationRef, getMediaType, includes, isCompatible, setCharacterSet, setEncodings, setLanguages, setLocationRef, setLocationRef, setMediaType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonSelfRepresentation

public JsonSelfRepresentation(ApplicationInfo applicationInfo)


Copyright © 2011-2013. All Rights Reserved.