Package com.jk.web.mvc
Class MvcPage
java.lang.Object
com.jk.web.mvc.MvcPage
This class represents a page in the Model-View-Controller (MVC) architecture.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThis method retrieves the path to the MVC page.voidsetPagePath(String pagePath) This method sets the path to the MVC page to the provided value. 
- 
Constructor Details
- 
MvcPage
This method constructs a newMvcPagewith the specified page path.- Parameters:
 pagePath- Specifies the path to the MVC page.
 
 - 
 - 
Method Details
- 
getPagePath
This method retrieves the path to the MVC page.- Returns:
 - the path to the MVC page.
 
 - 
setPagePath
This method sets the path to the MVC page to the provided value.- Parameters:
 pagePath- Specifies the new path to the MVC page.
 
 -