org.codehaus.waffle.action.intercept
Interface Sortable


public interface Sortable

Identifies a MethodInterceptor so that it will be evaluated in the correct order


Method Summary
 java.lang.Integer getIndex()
          Defines the order the implementing MethodInterceptor should be evaluated (in comparison to other MethodInterceptors).
 

Method Detail

getIndex

java.lang.Integer getIndex()
Defines the order the implementing MethodInterceptor should be evaluated (in comparison to other MethodInterceptors).

Returns:
the value representing its place in line


Copyright © 2008. All Rights Reserved.