Class VersionDebugContributor
- java.lang.Object
-
- org.apache.wicket.devutils.debugbar.VersionDebugContributor
-
- All Implemented Interfaces:
Serializable
,IDebugBarContributor
,IClusterable
public class VersionDebugContributor extends Object implements IDebugBarContributor
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IDebugBarContributor
DEBUG_BAR_CONTRIB
-
Constructor Summary
Constructors Constructor Description VersionDebugContributor()
-
-
-
Field Detail
-
DEBUG_BAR_CONTRIB
public static final IDebugBarContributor DEBUG_BAR_CONTRIB
-
-
Constructor Detail
-
VersionDebugContributor
public VersionDebugContributor()
-
-
Method Detail
-
createComponent
public Component createComponent(String id, DebugBar debugBar)
- Specified by:
createComponent
in interfaceIDebugBarContributor
- Returns:
- Component
-
-