|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.util.ConnectorHelper
public class ConnectorHelper
Provides various helper methods for connectors. Meant for internal use.
Constructor Summary | |
---|---|
ConnectorHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getDebugInformation(ClientConnector connector)
Creates a string containing debug info for the connector |
static void |
writeHierarchyInformation(ClientConnector connector,
java.lang.StringBuilder builder)
Creates a string containing hierarchy information for the connector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectorHelper()
Method Detail |
---|
public static java.lang.String getDebugInformation(ClientConnector connector)
connector
- The connector to print debug info about
public static void writeHierarchyInformation(ClientConnector connector, java.lang.StringBuilder builder)
connector
- The connector to get hierarchy information forbuilder
- The StringBuilder where the information should be written
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |