Class UpdateAttributes

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
Serializable, org.apache.struts2.action.Action, org.apache.struts2.action.ServletRequestAware, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class UpdateAttributes extends ViewPrincipal implements org.apache.struts2.action.ServletRequestAware
See Also:
  • Constructor Details

    • UpdateAttributes

      public UpdateAttributes()
  • Method Details

    • addAttribute

      public String addAttribute()
    • removeAttribute

      public String removeAttribute()
    • updateAttributes

      public String updateAttributes()
    • getAttributes

      public String[] getAttributes()
    • setAttributes

      public void setAttributes(String[] attributes)
    • getAttribute

      public String getAttribute()
    • setAttribute

      public void setAttribute(String attribute)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • withServletRequest

      public void withServletRequest(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      withServletRequest in interface org.apache.struts2.action.ServletRequestAware