Uses of Enum Class
jp.ecuacion.splib.web.controller.SplibEditController.PageTemplatePatternEnum
Packages that use SplibEditController.PageTemplatePatternEnum
-
Uses of SplibEditController.PageTemplatePatternEnum in jp.ecuacion.splib.web.controller
Subclasses with type arguments of type SplibEditController.PageTemplatePatternEnum in jp.ecuacion.splib.web.controllerModifier and TypeClassDescriptionstatic enumSpecifies the pair controller that consists of the function with this controller.Methods in jp.ecuacion.splib.web.controller that return SplibEditController.PageTemplatePatternEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SplibEditController.PageTemplatePatternEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jp.ecuacion.splib.web.controller with parameters of type SplibEditController.PageTemplatePatternEnumModifierConstructorDescriptionSplibEditController(SplibEditController.PageTemplatePatternEnum pageTemplatePattern, String function) Construct a new instance withfunction.SplibEditController(SplibEditController.PageTemplatePatternEnum pageTemplatePattern, String function, SplibGeneralController.ControllerContext settings) Construct a new instance withfunction,settings.