Index

A B D F G I O R S 
All Classes and Interfaces|All Packages

A

addResponseCookie(BoxCookie) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
addResponseHeader(String, String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 

B

boxContext - Variable in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
The BoxLang context for this request
BoxHTTPServletExchange - Class in ortus.boxlang.web.exchange
I implement a BoxLang HTTP exchange for a Servlet
BoxHTTPServletExchange(HttpServletRequest, HttpServletResponse) - Constructor for class ortus.boxlang.web.exchange.BoxHTTPServletExchange
Create a new BoxLang HTTP exchange for a Servlet
BoxLangServlet - Class in ortus.boxlang.servlet
The BoxLangServlet is a servlet that can be used to run BoxLang code in a web application.
BoxLangServlet() - Constructor for class ortus.boxlang.servlet.BoxLangServlet
 

D

destroy() - Method in class ortus.boxlang.servlet.BoxLangServlet
Destroy the servlet.

F

flushResponseBuffer() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
forward(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 

G

getCharacterEncodingOrDefault() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestAttribute(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestAttributeMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestAuthType() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestBody() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestCharacterEncoding() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestContentLength() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestContentType() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestContextPath() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestCookie(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestCookies() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestFormMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestHeader(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestHeaderMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestLocalAddr() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestLocale() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestLocales() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestLocalName() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestLocalPort() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestMethod() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestPathInfo() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestPathTranslated() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestProtocol() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestQueryString() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestRemoteAddr() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestRemoteHost() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestRemotePort() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestRemoteUser() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestScheme() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestServerName() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestServerPort() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestURI() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestURL() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestURLMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getRequestUserPrincipal() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getResponseHeader(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getResponseHeaderMap() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getResponseStatus() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getResponseWriter() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getServletConfig() - Method in class ortus.boxlang.servlet.BoxLangServlet
Get the servlet configuration.
getServletInfo() - Method in class ortus.boxlang.servlet.BoxLangServlet
Get the BoxLang Servlet information.
getUploadData() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
getWebContext() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 

I

init(ServletConfig) - Method in class ortus.boxlang.servlet.BoxLangServlet
Initialize the BoxLang servlet.
isRequestSecure() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
isResponseStarted() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 

O

ortus.boxlang.servlet - package ortus.boxlang.servlet
 
ortus.boxlang.web.exchange - package ortus.boxlang.web.exchange
 

R

removeRequestAttribute(String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
request - Variable in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
The servlet request
resetResponseBuffer() - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
response - Variable in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
The servlet response

S

sendResponseBinary(byte[]) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
sendResponseFile(File) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
service(ServletRequest, ServletResponse) - Method in class ortus.boxlang.servlet.BoxLangServlet
Service the request.
servletContext - Variable in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
The servlet context
setRequestAttribute(String, Object) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
setResponseHeader(String, String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
setResponseStatus(int) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
setResponseStatus(int, String) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
setWebContext(WebRequestBoxContext) - Method in class ortus.boxlang.web.exchange.BoxHTTPServletExchange
 
A B D F G I O R S 
All Classes and Interfaces|All Packages