Interface PageModel
-
public interface PageModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientPage()
RegionsModel
getRegions()
ResourceModel
getResources()
StringsModel
getStrings()
-
-
-
Method Detail
-
getRegions
RegionsModel getRegions()
-
getClientPage
String getClientPage()
-
getResources
ResourceModel getResources()
-
getStrings
StringsModel getStrings()
-
-