R
- The Result
type.UnsecuredActionImpl
.@Deprecated public class UnsecuredActionImpl<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 not secured against XSRF attacks, and
they will work even if you do not configure a SecurityCookie
.
Use UnsecuredActionImpl
for secured set to on by default.DEFAULT_SERVICE_NAME
Constructor and Description |
---|
UnsecuredActionImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getServiceName()
Deprecated.
Default Action using the base path as dispatch/className.
|
boolean |
isSecured()
Deprecated.
Secure is off by default.
|
public String getServiceName()
https://github.com/ArcBees/GWTP/wiki/RPC-Dispatch
getServiceName
in interface Action<R extends Result>
Copyright © 2010–2014 Arcbees. All rights reserved.