Class InstallForm


  • public class InstallForm
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      @Required @Size(max=400) java.lang.String id  
      org.lastaflute.web.ruts.multipart.MultipartFormFile jarFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      InstallForm()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        @Required
        @Size(max=400)
        public @Required @Size(max=400) java.lang.String id
      • jarFile

        public org.lastaflute.web.ruts.multipart.MultipartFormFile jarFile
    • Constructor Detail

      • InstallForm

        public InstallForm()