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