com.opensymphony.xwork2.config.entities
Class InterceptorMapping

java.lang.Object
  extended by com.opensymphony.xwork2.config.entities.InterceptorMapping
All Implemented Interfaces:
Serializable

public class InterceptorMapping
extends Object
implements Serializable

InterceptorMapping

Version:
$Id$
Author:
Rainer Hermanns
See Also:
Serialized Form

Constructor Summary
InterceptorMapping(String name, Interceptor interceptor)
           
 
Method Summary
 boolean equals(Object o)
           
 Interceptor getInterceptor()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptorMapping

public InterceptorMapping(String name,
                          Interceptor interceptor)
Method Detail

getName

public String getName()

getInterceptor

public Interceptor getInterceptor()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.