Package | Description |
---|---|
org.apache.empire.struts2.jsp.components | |
org.apache.empire.struts2.jsp.controls |
Modifier and Type | Method and Description |
---|---|
protected void |
InputControlComponent.render(HtmlWriter writer,
String body,
InputControl control) |
protected void |
DataValueComponent.render(HtmlWriter hw,
String body,
InputControl control) |
protected abstract void |
ControlComponent.render(HtmlWriter hw,
String body,
InputControl control) |
Constructor and Description |
---|
ControlComponent(InputControl control,
com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
DataValueComponent(InputControl control,
com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
InputControlComponent(InputControl control,
com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
Modifier and Type | Class and Description |
---|---|
class |
CheckboxInputControl |
class |
EMailInputControl |
class |
HLinkInputControl |
class |
PasswordInputControl |
class |
PhoneInputControl |
class |
RadioInputControl |
class |
SelectInputControl |
class |
TextAreaInputControl |
class |
TextInputControl |
Modifier and Type | Method and Description |
---|---|
static InputControl |
InputControlManager.getControl(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
InputControlManager.registerControl(String name,
InputControl control) |
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.