public class

BaseProxyCategory

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.shared.impl.BaseProxyCategory

Class Overview

Contains behaviors common to all proxy instances.

Summary

Public Constructors
BaseProxyCategory()
Public Methods
static <T> T __intercept(AutoBean<?> bean, T returnValue)
Sniff all return values and ensure that if the current bean is a mutable EntityProxy, that its return values are mutable.
static AbstractRequestContext requestContext(AutoBean<?> bean)
static <T extends BaseProxy> SimpleProxyId<T> stableId(AutoBean<? extends T> bean)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BaseProxyCategory ()

Public Methods

public static T __intercept (AutoBean<?> bean, T returnValue)

Sniff all return values and ensure that if the current bean is a mutable EntityProxy, that its return values are mutable.

public static AbstractRequestContext requestContext (AutoBean<?> bean)

public static SimpleProxyId<T> stableId (AutoBean<? extends T> bean)