|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.settings.def.FrameworkSettings
public class FrameworkSettings
| Constructor Summary | |
|---|---|
FrameworkSettings(Application application)
Construct. |
|
| Method Summary | |
|---|---|
void |
add(IEventDispatcher dispatcher)
Registers a new event dispatcher |
void |
dispatchEvent(Object sink,
IEvent<?> event,
Component component)
Dispatches event to registered dispatchers |
IDetachListener |
getDetachListener()
|
ISerializer |
getSerializer()
|
String |
getVersion()
Gets the Wicket version. |
void |
setDetachListener(IDetachListener detachListener)
Sets detach listener |
void |
setSerializer(ISerializer pageSerializer)
Sets the ISerializer that will be used to convert objects to/from byte arrays |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameworkSettings(Application application)
application - | Method Detail |
|---|
public String getVersion()
IFrameworkSettings
getVersion in interface IFrameworkSettingsIFrameworkSettings.getVersion()public IDetachListener getDetachListener()
getDetachListener in interface IFrameworkSettingsnull if noneIFrameworkSettings.getDetachListener()public void setDetachListener(IDetachListener detachListener)
IFrameworkSettings
setDetachListener in interface IFrameworkSettingsdetachListener - listener or null to removeIFrameworkSettings.setDetachListener(org.apache.wicket.IDetachListener)public void add(IEventDispatcher dispatcher)
IFrameworkSettings
add in interface IFrameworkSettings
public void dispatchEvent(Object sink,
IEvent<?> event,
Component component)
dispatchEvent in interface IEventDispatchersink - event - component - IEventDispatcher.dispatchEvent(Object, IEvent, Component)public void setSerializer(ISerializer pageSerializer)
IFrameworkSettingsISerializer that will be used to convert objects to/from byte arrays
setSerializer in interface IFrameworkSettingspageSerializer - the ISerializer to usepublic ISerializer getSerializer()
getSerializer in interface IFrameworkSettingsISerializer that will be used to convert objects to/from byte arrays
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||