|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.dispatching.action.ActionDispatcher
Constructor Summary | |
ActionDispatcher()
|
Method Summary | |
boolean |
acceptsURL(RequestContextIFace requestContext)
Ritorna un boolean che avrà il seguente significato:
true se il dispatcher accetta di gestire la richiesta
false se il dispatcher non accetta di gestire la richiesta |
java.lang.String |
getBusinessName(RequestContextIFace requestContext)
|
java.lang.String |
getBusinessType(RequestContextIFace requestContext)
|
CoordinatorIFace |
getCoordinator(RequestContextIFace requestContext)
Ritorna un CoordinatorIFace che avrà il compito di gestire la richiesta. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionDispatcher()
Method Detail |
public boolean acceptsURL(RequestContextIFace requestContext)
DispatcherIFace
boolean
che avrà il seguente significato:
true se il dispatcher accetta di gestire la richiesta
false se il dispatcher non accetta di gestire la richiesta
acceptsURL
in interface DispatcherIFace
boolean
che indica se il dispatcher accetta di gestire la richiesta.public java.lang.String getBusinessType(RequestContextIFace requestContext)
getBusinessType
in interface DispatcherIFace
public java.lang.String getBusinessName(RequestContextIFace requestContext)
getBusinessName
in interface DispatcherIFace
public CoordinatorIFace getCoordinator(RequestContextIFace requestContext)
DispatcherIFace
CoordinatorIFace
che avrà il compito di gestire la richiesta.
getCoordinator
in interface DispatcherIFace
requestContext
- il contesto del servizio
CoordinatorIFace
il gestore del servizio.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |