com.opensymphony.webwork.dispatcher.mapper
Class CompositeActionMapper.ActionMapperInfo
java.lang.Object
com.opensymphony.webwork.dispatcher.mapper.CompositeActionMapper.ActionMapperInfo
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- CompositeActionMapper
protected class CompositeActionMapper.ActionMapperInfo - extends Object
- implements Comparable
Encapsulate the ActionMapper and its order in this CompositeActionMapper.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getOrder
public int getOrder()
- returns the order.
- Returns:
- int
getActionMapper
public ActionMapper getActionMapper()
- returns the
ActionMapper.
- Returns:
- an
ActionMapper
compareTo
public int compareTo(Object o)
- Return the order compared to
o as defined in
Comparable.compareTo(Object)
- Specified by:
compareTo in interface Comparable
- Parameters:
o - the object (CompositeActionMapper.ActionMapperInfo
to compare to.
- Returns:
- int
|