Class ResourcesAction

  • All Implemented Interfaces:
    com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class ResourcesAction
    extends com.opensymphony.xwork2.ActionSupport
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.opensymphony.xwork2.ActionSupport

        container
      • Fields inherited from interface com.opensymphony.xwork2.Action

        ERROR, INPUT, LOGIN, NONE, SUCCESS
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourcesAction()  
    • Constructor Detail

      • ResourcesAction

        public ResourcesAction()
    • Method Detail

      • setId

        public void setId​(String id)
      • getId

        public String getId()
      • getContentType

        public String getContentType()
      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception