public abstract class AbstractErrorHandler extends Object implements ProfileHandler
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
ERROR_KEY
Servlet request attribute to which the error is bound.
|
| コンストラクタと説明 |
|---|
AbstractErrorHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract void |
processRequest(InTransport in,
OutTransport out)
Processes an incoming request.
|
public abstract void processRequest(InTransport in, OutTransport out)
processRequest インタフェース内 ProfileHandlerin - the incoming request transportout - the outgoing response transportCopyright © 2012. All Rights Reserved.