public class CruxBridge extends Object
When GWT generators and the application server run in different JVMs, the only way to obtain these informations is using a bridge.
| Modifier and Type | Method and Description |
|---|---|
static CruxBridge |
getInstance()
Singleton method
|
String |
getLastPageRequested()
Return the last page requested by client.
|
String |
getOutputCharset()
Return the last page requested by client.
|
String |
getWebinfClasses()
Return the web-inf/classes URL .
|
String |
getWebinfLib()
Return the web-inf/lib URL.
|
boolean |
isSingleVM() |
void |
registerLastPageRequested(String lastPage)
Inform the name of the last page the client requested.
|
void |
registerPageOutputCharset(String charset) |
void |
registerWebinfClasses(String webinfClasses) |
void |
registerWebinfLib(String webinfLib) |
static void |
removeOldCompilationFiles() |
void |
setSingleVM(boolean singleVM) |
public static void removeOldCompilationFiles()
public static CruxBridge getInstance()
public String getLastPageRequested()
public String getOutputCharset()
public String getWebinfClasses()
public String getWebinfLib()
public boolean isSingleVM()
public void registerPageOutputCharset(String charset)
public void registerLastPageRequested(String lastPage)
public void registerWebinfClasses(String webinfClasses)
webinfClasses - public void registerWebinfLib(String webinfLib)
webinfLib - public void setSingleVM(boolean singleVM)
singleVM - Copyright © 2016. All rights reserved.