org.apache.felix.http.base.internal.context
Interface ExtServletContext

All Superinterfaces:
ServletContext
All Known Implementing Classes:
ServletContextImpl

public interface ExtServletContext
extends ServletContext


Method Summary
 boolean handleSecurity(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from interface javax.servlet.ServletContext
getAttribute, getAttributeNames, getContext, getMajorVersion, getMimeType, getMinorVersion, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getServerInfo, getServlet, getServletNames, getServlets, log, log, log, removeAttribute, setAttribute
 

Method Detail

handleSecurity

boolean handleSecurity(HttpServletRequest req,
                       HttpServletResponse res)
                       throws IOException
Throws:
IOException


Copyright © 2011 Apache Software Foundation. All Rights Reserved.