public class ComponentInfo extends Object
<listener>-<componentPath>
,
<listener>.<behaviorIndex>-<componentPath>
or
<render-count>.<listener>.<behaviorIndex>-<componentPath>
Component path is escaped (':' characters are replaced by '~')
Constructor and Description |
---|
ComponentInfo(Integer renderCount,
String componentPath,
Integer behaviorId)
Construct.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getBehaviorId() |
String |
getComponentPath() |
Integer |
getRenderCount() |
static ComponentInfo |
parse(String string)
Parses the given string.
|
String |
toString() |
public String getComponentPath()
public Integer getBehaviorId()
public Integer getRenderCount()
public String toString()
toString
in class Object
Object.toString()
public static ComponentInfo parse(String string)
string
- null
if the string is not in correct format.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.