Java com.google.gwt.dev.shell.designtime WrappersCache fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.shell.designtime WrappersCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.shell.designtime WrappersCache.

The text is from its open source code.

Method

ObjectgetWrapperForObject(ClassLoader cl, Object javaObject)
Retrieves the mapped wrapper for a given Java Object, provided the wrapper was previously cached and has not been garbage collected.
voidputWrapperForObject(ClassLoader cl, Object javaObject, Object wrapper)
Weakly caches a wrapper for a given Java Object.