
public class ProxyPlaceOutputter extends ProxyOutputterBase
| Modifier and Type | Field and Description |
|---|---|
static String |
WRAPPED_CLASS_NAME |
classCollection, ginjectorInspector, logger, oracle, presenterInspector| Constructor and Description |
|---|
ProxyPlaceOutputter(TypeOracle oracle,
TreeLogger logger,
ClassCollection classCollection,
GinjectorInspector ginjectorInspector,
PresenterInspector presenterInspector) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginWrappedProxy(com.google.gwt.user.rebind.SourceWriter writer,
String wrappedProxySuperclassName) |
void |
endWrappedProxy(com.google.gwt.user.rebind.SourceWriter writer) |
String |
getGatekeeperParamsString() |
String |
getNameToken() |
void |
writeInnerClasses(com.google.gwt.user.rebind.SourceWriter writer)
Write all the inner classes of the proxy.
|
findProxyEvents, init, initComposerFactory, writeConstructor, writeFields, writeMethodspublic static final String WRAPPED_CLASS_NAME
public ProxyPlaceOutputter(TypeOracle oracle, TreeLogger logger, ClassCollection classCollection, GinjectorInspector ginjectorInspector, PresenterInspector presenterInspector)
public void writeInnerClasses(com.google.gwt.user.rebind.SourceWriter writer)
throws UnableToCompleteException
ProxyOutputterwriter - The SourceWriter.UnableToCompleteExceptionpublic void beginWrappedProxy(com.google.gwt.user.rebind.SourceWriter writer,
String wrappedProxySuperclassName)
public void endWrappedProxy(com.google.gwt.user.rebind.SourceWriter writer)
public String getNameToken()
public String getGatekeeperParamsString()
Copyright © 2010-2014 ArcBees. All Rights Reserved.