fnug.servlet
Class BundleNames

java.lang.Object
  extended by fnug.servlet.BundleNames
All Implemented Interfaces:
HasLastModifiedBytes, ToServe

public class BundleNames
extends Object
implements ToServe


Constructor Summary
BundleNames(org.codehaus.jackson.map.ObjectMapper mapper, String jsonp)
           
 
Method Summary
 boolean futureExpires()
           
 byte[] getBytes()
          The bytes.
 String getCharacterEncoding()
           
 String getContentType()
           
 long getLastModified()
          The timestamp when the bytes were last changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleNames

public BundleNames(org.codehaus.jackson.map.ObjectMapper mapper,
                   String jsonp)
Method Detail

getLastModified

public long getLastModified()
Description copied from interface: HasLastModifiedBytes
The timestamp when the bytes were last changed.

Specified by:
getLastModified in interface HasLastModifiedBytes
Returns:
the last modified of the HasLastModifiedBytes.getBytes().

futureExpires

public boolean futureExpires()
Specified by:
futureExpires in interface ToServe

getBytes

public byte[] getBytes()
Description copied from interface: HasLastModifiedBytes
The bytes.

Specified by:
getBytes in interface HasLastModifiedBytes
Returns:
the timestamped bytes.

getContentType

public String getContentType()
Specified by:
getContentType in interface ToServe

getCharacterEncoding

public String getCharacterEncoding()
Specified by:
getCharacterEncoding in interface ToServe


Copyright © 2012. All Rights Reserved.