Class UserRoleActorAction

java.lang.Object
webwork.action.ActionSupport
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

@Path("secure/project") @Produces("text/html") public class UserRoleActorAction extends AbstractRoleActorAction
Action for creating and editing UserRoleActors
See Also:
  • Constructor Details

  • Method Details

    • doExecute

      @GET @Path("UserRoleActorAction.jspa") public String doExecute()
      Overrides:
      doExecute in class webwork.action.ActionSupport
    • getUserPickerHtml

      public String getUserPickerHtml()
    • doRemoveUsers

      @GET @Path("UserRoleActorAction!removeUsers.jspa") public String doRemoveUsers()
    • doAddUsers

      @GET @Path("UserRoleActorAction!addUsers.jspa") public String doAddUsers()
    • getUserNames

      public String getUserNames()
    • setUserNames

      public void setUserNames(String userNames)