R
- The Result
type.public class ActionImpl<R extends Result> extends Object implements Action<R>
Action
.
An Action
that uses the standard service name "dispatch"
. Actions inheriting from this are secured
against XSRF attacks, but you need to configure a SecurityCookie
.
Use UnsecuredActionImpl
for secured set to off by default.
Visit this page for more documentation.DEFAULT_SERVICE_NAME
Constructor and Description |
---|
ActionImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getServiceName()
Default Action using the base path as dispatch/className.
|
boolean |
isSecured()
Secure is on by default.
|
public String getServiceName()
getServiceName
in interface Action<R extends Result>
public boolean isSecured()
isSecured
in interface HasSecured
true
if the action should be secured against XSRF attacks, false
otherwise.Copyright © 2010–2014 Arcbees. All rights reserved.