|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.string.ComponentStrings
public class ComponentStrings
| Method Summary | |
|---|---|
static java.lang.String |
toString(Component component,
java.lang.Throwable location)
Creates a location stacktrace string representation for the component for reference when the render check fails. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String toString(Component component,
java.lang.Throwable location)
location is used as a verb in the rendered string. Use
"added", "constructed" or similar verbs as values.
component - the component that was constructed or added and failed to renderlocation - the location where the component was created or added in the java code.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||