java.lang.Object
org.apache.wicket.request.mapper.info.ComponentInfo

public class ComponentInfo extends Object
Encodes listener and component path in form of <listener>-<componentPath>, <listener>.<behaviorIndex>-<componentPath> or <render-count>.<listener>.<behaviorIndex>-<componentPath>

Component path is escaped (':' characters are replaced by '~')

Author:
Matej Knopp