Class ImportTagsForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImportTagsForm
    extends org.apache.struts.action.ActionForm
    Form bean representing tags import form.
    Author:
    Thomas Riley
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.struts.action.ActionForm

        multipartRequestHandler, servlet
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportTagsForm()
      Creates a new instance of ImportTagsForm.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getXml()
      Get the xml.
      boolean isOverwriting()
      Get the overwrite flag.
      protected void reset()
      Reset the form.
      void reset​(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      void setOverwriting​(boolean overwriting)
      Set the overwriting flag.
      void setXml​(java.lang.String xml)
      Set the xml.
      • Methods inherited from class org.apache.struts.action.ActionForm

        getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImportTagsForm

        public ImportTagsForm()
        Creates a new instance of ImportTagsForm.
    • Method Detail

      • getXml

        public java.lang.String getXml()
        Get the xml.
        Returns:
        tags in xml format
      • setXml

        public void setXml​(java.lang.String xml)
        Set the xml.
        Parameters:
        xml - tags in xml format
      • isOverwriting

        public boolean isOverwriting()
        Get the overwrite flag.
        Returns:
        true to overwrite existing template, false to add
      • setOverwriting

        public void setOverwriting​(boolean overwriting)
        Set the overwriting flag.
        Parameters:
        overwriting - true to overwrite existing templates, false to add
      • reset

        public void reset​(org.apache.struts.action.ActionMapping mapping,
                          javax.servlet.http.HttpServletRequest request)
        Overrides:
        reset in class org.apache.struts.action.ActionForm
      • reset

        protected void reset()
        Reset the form.