public class VelocityErrorHandler extends AbstractErrorHandler
| Attribute Name | Object Type | Value |
| requestError | Throwable |
Error that was thrown that triggered the invocation of this handler. |
ERROR_KEY| Constructor and Description |
|---|
VelocityErrorHandler(org.apache.velocity.app.VelocityEngine engine,
String template)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processRequest(org.opensaml.ws.transport.InTransport in,
org.opensaml.ws.transport.OutTransport out)
Processes an incoming request.
|
public VelocityErrorHandler(org.apache.velocity.app.VelocityEngine engine,
String template)
engine - engine used to render error pagetemplate - classpath location of template used to render error pagepublic void processRequest(org.opensaml.ws.transport.InTransport in,
org.opensaml.ws.transport.OutTransport out)
processRequest in interface ProfileHandlerprocessRequest in class AbstractErrorHandlerin - the incoming request transportout - the outgoing response transportCopyright © 1999–2014. All rights reserved.