Class RebuildParameterPage


  • public class RebuildParameterPage
    extends Object
    An object contains information of the view to show parameters in rebuild page.
    • Constructor Detail

      • RebuildParameterPage

        public RebuildParameterPage​(Class<?> clazz,
                                    String page)
        Parameters:
        clazz - the class for the view.
        page - the path of jelly(or groovy) file.
    • Method Detail

      • getClazz

        public Class<?> getClazz()
        Returns:
        the class for the view.
      • getPage

        public String getPage()
        Returns:
        the path of jelly(or groovy) file.