Index
All Classes and Interfaces|All Packages
A
- addMapping(String...) - Method in interface org.zeroturnaround.javarebel.RebelServletRegistration
-
Method inherited from original interface.
E
- encodeRedirectURL(String) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
Encodes the specified URL for use in the
sendRedirectmethod or, if encoding is not needed, returns the URL unchanged. - encodeURL(String) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
G
- getAttribute(String) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
A access mirror for HttpServletRequest's method
- getAttribute(String) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
A access mirror for ServletContext's method
- getContextPath() - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
A access mirror for ServletContext's method
- getHeader(String) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
Returns the value of the specified request header as a
String. - getHeaderNames() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
A access mirror for HttpServletRequest's method
- getInitParameter(String) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
A access mirror for ServletContext's method
- getMappings() - Method in interface org.zeroturnaround.javarebel.RebelServletRegistration
-
Method inherited from original interface.
- getMethod() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getPathInfo() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
A access mirror for HttpServletRequest's method
- getQueryString() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
Returns the query string that is contained in the request URL after the path.
- getRealPath(String) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
Returns a String containing the real path for a given virtual path.
- getRequestURI() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
- getRequestURL() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
Reconstructs the URL the client used to make the request.
- getResource(String) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
Returns a URL to the resource that is mapped to a specified path.
- getResourceAsStream(String) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
Returns the resource located at the named path as an InputStream object.
- getResourcePaths(String) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
- getServletPath() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletRequest
-
A access mirror for HttpServletRequest's method
- getWriter() - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
A access mirror for HttpServletResponse's method
I
- isRemoveSupported() - Method in interface org.zeroturnaround.javarebel.RebelServletRegistration
J
- jrAddMapping(String...) - Method in interface org.zeroturnaround.javarebel.RebelServletRegistration
-
Same as addMapping(String ...
O
- onReload(Set<Class<?>>, RebelServletContext) - Method in interface org.zeroturnaround.javarebel.RebelServletContainerInitializer
-
This method should be called by Servlet container integration if any changes were detected.
- org.zeroturnaround.javarebel - package org.zeroturnaround.javarebel
R
- RebelHttpServletRequest - Interface in org.zeroturnaround.javarebel
-
Http servlet request interface visible to JRebel agent.
- RebelHttpServletResponse - Interface in org.zeroturnaround.javarebel
-
Http servlet response interface visible to JRebel agent.
- RebelServletContainerInitializer - Interface in org.zeroturnaround.javarebel
-
Servlet container initializer visible to JRebel.
- RebelServletContext - Interface in org.zeroturnaround.javarebel
-
Servlet context interface visible to JavaRebel agent.
- RebelServletRegistration - Interface in org.zeroturnaround.javarebel
-
Rebel wrapper for ServletRegistration implementations to avoid classloader and API issues when accessing it from our plugins.
- removeAttribute(String) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
A access mirror for ServletContext's method
- removeMapping(String) - Method in interface org.zeroturnaround.javarebel.RebelServletRegistration
S
- sendError(int) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
Sends an error response to the client using the specified status code and clearing the buffer.
- sendError(int, String) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
Sends an error response to the client using the specified status.
- sendRedirect(String) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
Sends a temporary redirect response to the client using the specified redirect location URL.
- setAttribute(String, Object) - Method in interface org.zeroturnaround.javarebel.RebelServletContext
-
A access mirror for ServletContext's method
- setHeader(String, String) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
A access mirror for HttpServletResponse's method
- setStatus(int) - Method in interface org.zeroturnaround.javarebel.RebelHttpServletResponse
-
A access mirror for HttpServletResponse's method
All Classes and Interfaces|All Packages