Package system\web\filters
CFilter | CFilter is the base class for all filters. |
CFilterChain | CFilterChain represents a list of filters being applied to an action. |
CHttpCacheFilter | CHttpCacheFilter implements http caching. It works a lot like COutputCache as a filter, except that content caching is being done on the
client side. |
CInlineFilter | CInlineFilter represents a filter defined as a controller method. |