Interface IYuiManager
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
WebAppBehavior
public interface IYuiManager extends org.apache.wicket.util.io.IClusterable
IYuiManager
implementations will be used as a service for creatingIYuiContext
instances. These should all use the sameYuiHeaderCache
as their backing model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IYuiContext
newContext()
Create a newIYuiContext
that is backed up by a centrally managedYuiHeaderCache
-
-
-
Method Detail
-
newContext
IYuiContext newContext()
Create a newIYuiContext
that is backed up by a centrally managedYuiHeaderCache
- Returns:
- A new
IYuiContext
to add header contributions to
-
-