public static enum ActionHandler.Factory extends Enum<ActionHandler.Factory> implements ActionHandlerFactory<HtmlElementContext,ActionHandler>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ActionHandler |
buildActionHandler(HtmlElementContext context) |
static ActionHandler.Factory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionHandler.Factory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionHandler.Factory INSTANCE
public static ActionHandler.Factory[] values()
for (ActionHandler.Factory c : ActionHandler.Factory.values()) System.out.println(c);
public static ActionHandler.Factory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ActionHandler buildActionHandler(HtmlElementContext context)
buildActionHandler in interface ActionHandlerFactory<HtmlElementContext,ActionHandler>Copyright © 2019. All rights reserved.