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 creating IYuiContext
instances. These
should all use the same YuiHeaderCache
as their backing model.-
Method Summary
Modifier and TypeMethodDescriptionCreate a newIYuiContext
that is backed up by a centrally managedYuiHeaderCache
-
Method Details
-
newContext
IYuiContext newContext()Create a newIYuiContext
that is backed up by a centrally managedYuiHeaderCache
- Returns:
- A new
IYuiContext
to add header contributions to
-