net.stepniak.api.utils
Interface StaticServlet.LookupResult

All Known Implementing Classes:
StaticServlet.Error, StaticServlet.StaticFile
Enclosing class:
StaticServlet

public static interface StaticServlet.LookupResult


Method Summary
 long getLastModified()
           
 void respondGet(javax.servlet.http.HttpServletResponse resp)
           
 void respondHead(javax.servlet.http.HttpServletResponse resp)
           
 

Method Detail

respondGet

void respondGet(javax.servlet.http.HttpServletResponse resp)
                throws IOException
Throws:
IOException

respondHead

void respondHead(javax.servlet.http.HttpServletResponse resp)

getLastModified

long getLastModified()


Copyright © 2013. All Rights Reserved.