|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.dispatcher.DispatcherConfig
public class DispatcherConfig
Holds the configured dispatchers from the
_spring/defaultconfig.xml and
_spring/extconfig.xml
Initial Date: 20.06.2006
| Constructor Summary | |
|---|---|
DispatcherConfig()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getDispatchers()
[key, value] pairs key is a String with the dispatcher path, e.g. |
java.util.Map |
getExtconfigdispatchers()
|
void |
setDispatchers(java.util.Map dispatchers)
called only by spring |
void |
setExtconfigdispatchers(java.util.Map extconfigdispatchers)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DispatcherConfig()
| Method Detail |
|---|
public java.util.Map getExtconfigdispatchers()
public void setExtconfigdispatchers(java.util.Map extconfigdispatchers)
extconfigdispatchers - The extconfigdispatchers to set.public java.util.Map getDispatchers()
Dispatcher
public void setDispatchers(java.util.Map dispatchers)
dispatchers - The dispatchers to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||