com.opensymphony.webwork.dispatcher.mapper
Class CompositeActionMapper.ActionMapperInfo

java.lang.Object
  extended by 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.


Method Summary
 int compareTo(Object o)
          Return the order compared to o as defined in Comparable.compareTo(Object)
 ActionMapper getActionMapper()
          returns the ActionMapper.
 int getOrder()
          returns the order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

WebWork Project Page