Uses of Interface
org.apache.openjpa.persistence.jest.JPAServletContext
-
Uses of JPAServletContext in org.apache.openjpa.persistence.jest
Modifier and TypeClassDescriptionclass
An operational context combines apersistence context
and a HTTP execution context expressed as arequest
andresponse
.Modifier and TypeMethodDescriptionJESTCommand.getExecutionContext()
Get the execution context of this command.Modifier and TypeMethodDescriptionvoid
JSONObjectFormatter.encode
(Object obj, JPAServletContext ctx) protected void
JESTServlet.handleError
(JPAServletContext ctx, Throwable t) ModifierConstructorDescriptionProcessingException
(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) ProcessingException
(JPAServletContext ctx, Localizer.Message message, int errorCode)