info.magnolia.voting.voters
Class ForwardVoter
java.lang.Object
info.magnolia.voting.voters.BaseVoterImpl<T>
info.magnolia.voting.voters.AbstractBoolVoter<javax.servlet.http.HttpServletRequest>
info.magnolia.voting.voters.ForwardVoter
- All Implemented Interfaces:
- Voter<javax.servlet.http.HttpServletRequest>
public class ForwardVoter
- extends AbstractBoolVoter<javax.servlet.http.HttpServletRequest>
This voter returns true if the request has been forwarded.
Method Summary |
protected boolean |
boolVote(javax.servlet.http.HttpServletRequest request)
|
FORWARD_REQUEST_URI_ATTRIBUTE
public static final String FORWARD_REQUEST_URI_ATTRIBUTE
- The request attribute under which the original request URI is stored on an forwarded dispatcher request.
- See Also:
- Constant Field Values
ForwardVoter
public ForwardVoter()
boolVote
protected boolean boolVote(javax.servlet.http.HttpServletRequest request)
- Specified by:
boolVote
in class AbstractBoolVoter<javax.servlet.http.HttpServletRequest>
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.