rewrite-api-servlet 2.0.0.Alpha6

org.ocpsoft.rewrite.servlet.config.response
Interface ResponseContentInterceptorChain


public interface ResponseContentInterceptorChain

Chain responsible for controlling interception of ResponseContentInterceptor instances.

Author:
Lincoln Baxter, III

Method Summary
 void proceed()
          Invoke the next ResponseContentInterceptor in the chain.
 

Method Detail

proceed

void proceed()
Invoke the next ResponseContentInterceptor in the chain. When no more registered ResponseContentInterceptor instances exist, this method simply returns control back to the calling ResponseContentInterceptor.


rewrite-api-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.