fnug.servlet
Class BundleNames
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleNames
public BundleNames(org.codehaus.jackson.map.ObjectMapper mapper,
String jsonp)
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
Copyright © 2012. All Rights Reserved.