Class Resource
java.lang.Object
com.google.gerrit.httpd.resources.Resource
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SmallResource
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
isUnchanged
(long latestModifiedDate) abstract void
send
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) abstract int
weigh()
-
Field Details
-
NOT_FOUND
-
-
Constructor Details
-
Resource
public Resource()
-
-
Method Details
-
isUnchanged
public abstract boolean isUnchanged(long latestModifiedDate) -
weigh
public abstract int weigh() -
send
public abstract void send(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException - Throws:
IOException
-