Package com.helger.html.hc.impl
Class AbstractHCCustomizer
- java.lang.Object
-
- com.helger.html.hc.impl.AbstractHCCustomizer
-
- All Implemented Interfaces:
IHCCustomizer
- Direct Known Subclasses:
HCCustomizerAutoFocusFirstCtrl,HCCustomizerList
@Immutable public abstract class AbstractHCCustomizer extends Object implements IHCCustomizer
An implementation ofIHCCustomizerthat does nothing.- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description AbstractHCCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.html.hc.IHCCustomizer
customizeNode
-
-