to.etc.domui.server
Interface IRequestInterceptor


public interface IRequestInterceptor

Interceptor for filter requests.

Author:
Frits Jalvingh Created on Sep 24, 2008

Method Summary
 void after(IRequestContext rc, java.lang.Exception x)
           
 void before(IRequestContext rc)
           
 

Method Detail

before

void before(IRequestContext rc)
            throws java.lang.Exception
Throws:
java.lang.Exception

after

void after(IRequestContext rc,
           java.lang.Exception x)
           throws java.lang.Exception
Throws:
java.lang.Exception