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
コンストラクタと説明 |
---|
VelocityErrorHandler(org.apache.velocity.app.VelocityEngine engine,
String template)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
processRequest(InTransport in,
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(InTransport in, OutTransport out)
processRequest
インタフェース内 ProfileHandler
processRequest
クラス内 AbstractErrorHandler
in
- the incoming request transportout
- the outgoing response transportCopyright © 2012. All Rights Reserved.