|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.spring_app.config.HandlerInterceptor
public class HandlerInterceptor
Configuration of a handler interceptor.
| Constructor Summary | |
|---|---|
HandlerInterceptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBeanName()
The bean name of the handler interceptor. |
java.lang.String |
getInterceptorClass()
The class of the handler interceptor. |
void |
setBeanName(java.lang.String beanName)
The bean name of the handler interceptor. |
void |
setInterceptorClass(java.lang.String clazz)
The class of the handler interceptor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerInterceptor()
| Method Detail |
|---|
public java.lang.String getInterceptorClass()
public void setInterceptorClass(java.lang.String clazz)
clazz - The class of the handler interceptor.public java.lang.String getBeanName()
public void setBeanName(java.lang.String beanName)
beanName - The bean name of the handler interceptor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||