R - The Result type.ActionImpl.@Deprecated public class ActionImpl<R extends Result> extends Object implements Action<R>
Action.
https://github.com/ArcBees/GWTP/wiki/RPC-Dispatch
An Action that uses the standard service name "dispatch".
Actions inheriting from this are secured against XSRF attacks, but they need
you to configure a SecurityCookie.
Use UnsecuredActionImpl for secured set to off by default.DEFAULT_SERVICE_NAME| Constructor and Description |
|---|
ActionImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceName()
Deprecated.
Default Action using the base path as dispatch/className.
|
boolean |
isSecured()
Deprecated.
Secure is on by default.
|
public String getServiceName()
https://github.com/ArcBees/GWTP/wiki/RPC-DispatchgetServiceName in interface Action<R extends Result>Copyright © 2010–2014 Arcbees. All rights reserved.