|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.valves.ValveBase | +--org.apache.catalina.valves.RequestFilterValve | +--org.apache.catalina.valves.RemoteAddrValve
Concrete implementation of RequestFilterValve
that filters
based on the string representation of the remote client's IP address.
クラス org.apache.catalina.valves.RequestFilterValve から継承したフィールド |
allow, allows, denies, deny, sm |
クラス org.apache.catalina.valves.ValveBase から継承したフィールド |
container, info |
コンストラクタの概要 | |
RemoteAddrValve()
|
メソッドの概要 | |
java.lang.String |
getInfo()
Return descriptive information about this Valve implementation. |
void |
invoke(Request request,
Response response,
ValveContext context)
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
|
クラス org.apache.catalina.valves.RequestFilterValve から継承したメソッド |
getAllow, getDeny, precalculate, process, setAllow, setDeny |
クラス org.apache.catalina.valves.ValveBase から継承したメソッド |
getContainer, setContainer |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public RemoteAddrValve()
メソッドの詳細 |
public java.lang.String getInfo()
RequestFilterValve
内の getInfo
public void invoke(Request request, Response response, ValveContext context) throws java.io.IOException, javax.servlet.ServletException
process()
method to perform the actual filtering.
This method must be implemented by a concrete subclass.RequestFilterValve
内の invoke
request
- The servlet request to be processedresponse
- The servlet response to be createdcontext
- The valve context used to invoke the next valve
in the current processing pipelinejava.io.IOException
- if an input/output error occursjavax.servlet.ServletException
- if a servlet error occurs
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |