ninja
Interface FilterChain


public interface FilterChain

A filter chain


Method Summary
 Result next(Context context)
          Pass the request to the next filter
 

Method Detail

next

Result next(Context context)
Pass the request to the next filter

Parameters:
context - The context for the request


Copyright © 2012. All Rights Reserved.