public abstract class Resource extends Object implements 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
public abstract boolean isUnchanged(long latestModifiedDate)
public abstract int weigh()
public abstract void send(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException
IOException