Class QueryForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryForm
    extends org.apache.struts.action.ActionForm
    Action form that holds query XML.
    Author:
    Alex Kalderimis
    See Also:
    Serialized Form
    • Field Summary

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

        multipartRequestHandler, servlet
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryForm()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getQuery()  
      void reset​(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)  
      void setQuery​(java.lang.String 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

      • QueryForm

        public QueryForm()
    • Method Detail

      • getQuery

        public java.lang.String getQuery()
        Returns:
        the query xml
      • setQuery

        public void setQuery​(java.lang.String xml)
        Parameters:
        xml - the query xml
      • reset

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