Package org.ocpsoft.rewrite.config
Class Direction
java.lang.Object
org.ocpsoft.rewrite.config.DefaultConditionBuilder
org.ocpsoft.rewrite.config.Direction
- All Implemented Interfaces:
Condition,ConditionBuilder
Responsible for evaluating
Rewrite events on whether they are InboundRewrite or
OutboundRewrite events.- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DirectionReturns a newConditionthat returns true when operating on anInboundRewriteevent.static DirectionReturns a newConditionthat returns true when operating on anOutboundRewriteevent.Methods inherited from class org.ocpsoft.rewrite.config.DefaultConditionBuilder
and, andNot, or, orNot
-
Constructor Details
-
Direction
public Direction()
-
-
Method Details
-
isInbound
Returns a newConditionthat returns true when operating on anInboundRewriteevent. -
isOutbound
Returns a newConditionthat returns true when operating on anOutboundRewriteevent.
-