com.webmethods.caf.faces.bean.portlet
Interface PortletAction

All Superinterfaces:
Annotation

Indicates that this method is a portlet action,
 meaning that it can be invoked as the target action of a portlet url.


Method Summary
 boolean axsrft()
          True (default) if using this method as a portlet action requires that the anti-cross-site-request-forgery-token is included on the portlet url.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

axsrft

boolean axsrft()
True (default) if using this method as a portlet action requires that the anti-cross-site-request-forgery-token is included on the portlet url.