java.lang.Object
org.apache.wicket.request.mapper.info.ComponentInfo
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
-
Constructor Summary
ConstructorsConstructorDescriptionComponentInfo(Integer renderCount, String componentPath, Integer behaviorId) Construct. -
Method Summary
-
Constructor Details
-
ComponentInfo
Construct.- Parameters:
renderCount-componentPath-behaviorId-
-
-
Method Details