Implementation of
ChannelDecisionManager . Iterates through each configured
ChannelProcessor .
If a ChannelProcessor has any issue with the security of the request, it should cause a redirect,
exception or whatever other action is appropriate for the ChannelProcessor implementation.
Once any response is committed (ie a redirect is written to the response object), the
ChannelDecisionManagerImpl will not iterate through any further ChannelProcessor s.
author: Ben Alex version: $Id: ChannelDecisionManagerImpl.java 1496 2006-05-23 13:38:33Z benalex $ |