Class MvcPage

java.lang.Object
com.jk.web.mvc.MvcPage

public class MvcPage extends Object
This class represents a page in the Model-View-Controller (MVC) architecture.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • MvcPage

      public MvcPage(String pagePath)
      This method constructs a new MvcPage with the specified page path.
      Parameters:
      pagePath - Specifies the path to the MVC page.
  • Method Details

    • getPagePath

      public String getPagePath()
      This method retrieves the path to the MVC page.
      Returns:
      the path to the MVC page.
    • setPagePath

      public void setPagePath(String pagePath)
      This method sets the path to the MVC page to the provided value.
      Parameters:
      pagePath - Specifies the new path to the MVC page.