Class Resource

    • Field Detail

      • NOT_FOUND

        public static final Resource NOT_FOUND
    • Constructor Detail

      • Resource

        public Resource()
    • Method Detail

      • 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