|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.springmvc.ResteasyWebHandlerTemplate<T>
public abstract class ResteasyWebHandlerTemplate<T>
| Field Summary | |
|---|---|
protected SynchronousDispatcher |
dispatcher
|
| Constructor Summary | |
|---|---|
ResteasyWebHandlerTemplate(SynchronousDispatcher dispatcher)
|
|
| Method Summary | |
|---|---|
protected abstract T |
handle(ResteasyRequestWrapper requestWrapper,
HttpResponse response)
|
T |
handle(ResteasyRequestWrapper requestWrapper,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SynchronousDispatcher dispatcher
| Constructor Detail |
|---|
public ResteasyWebHandlerTemplate(SynchronousDispatcher dispatcher)
| Method Detail |
|---|
public T handle(ResteasyRequestWrapper requestWrapper,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.lang.Exception
java.lang.Exception
protected abstract T handle(ResteasyRequestWrapper requestWrapper,
HttpResponse response)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||