| Package | Description |
|---|---|
| org.apache.openjpa.persistence.jest |
| Modifier and Type | Class and Description |
|---|---|
class |
JESTContext
An operational context combines a
persistence context and a HTTP execution
context expressed as a request and response. |
| Modifier and Type | Field and Description |
|---|---|
protected JPAServletContext |
AbstractCommand._ctx |
| Modifier and Type | Method and Description |
|---|---|
JPAServletContext |
JESTCommand.getExecutionContext()
Get the execution context of this command.
|
JPAServletContext |
AbstractCommand.getExecutionContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommand.debug(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
JPAServletContext ctx) |
void |
JSONObjectFormatter.encode(Object obj,
JPAServletContext ctx) |
protected void |
JESTServlet.handleError(JPAServletContext ctx,
Throwable t) |
| Constructor and Description |
|---|
AbstractCommand(JPAServletContext ctx) |
DomainCommand(JPAServletContext ctx) |
FindCommand(JPAServletContext ctx) |
ProcessingException(JPAServletContext ctx,
Localizer.Message message,
int errorCode) |
ProcessingException(JPAServletContext ctx,
Throwable error) |
ProcessingException(JPAServletContext ctx,
Throwable error,
int errorCode) |
ProcessingException(JPAServletContext ctx,
Throwable error,
Localizer.Message message) |
ProcessingException(JPAServletContext ctx,
Throwable error,
Localizer.Message message,
int errorCode) |
PropertiesCommand(JPAServletContext ctx) |
QueryCommand(JPAServletContext ctx) |
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.