org.apache.wicket.portlet
Class MarkupIdPrepender
java.lang.Object
org.apache.wicket.portlet.MarkupIdPrepender
- All Implemented Interfaces:
- IComponentInitializationListener
public class MarkupIdPrepender
- extends Object
- implements IComponentInitializationListener
If the markup id is not defined directly on the component tag, it prepends
the portlet namespace to the Wicket generated markup id.
- Author:
- Peter Pastrnak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkupIdPrepender
public MarkupIdPrepender()
getPrefix
public String getPrefix()
onInitialize
public void onInitialize(Component component)
- Specified by:
onInitialize in interface IComponentInitializationListener
Copyright © 2015. All Rights Reserved.