public abstract class Resource
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Resource() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isUnchanged(long latestModifiedDate) |
abstract void |
send(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
abstract int |
weigh() |
public static final Resource NOT_FOUND