com.vaadin.util
Class ConnectorHelper

java.lang.Object
  extended by com.vaadin.util.ConnectorHelper

public class ConnectorHelper
extends java.lang.Object

Provides various helper methods for connectors. Meant for internal use.

Since:
7.1
Author:
Vaadin Ltd

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

ConnectorHelper

public ConnectorHelper()
Method Detail

getDebugInformation

public static java.lang.String getDebugInformation(ClientConnector connector)
Creates a string containing debug info for the connector

Parameters:
connector - The connector to print debug info about
Returns:
A string with debug information
Since:
7.1

writeHierarchyInformation

public static void writeHierarchyInformation(ClientConnector connector,
                                             java.lang.StringBuilder builder)
Creates a string containing hierarchy information for the connector

Parameters:
connector - The connector to get hierarchy information for
builder - The StringBuilder where the information should be written
Since:
7.1


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.