21222324252627
* @author Andre Shapovalov */ public class InputSecretJspTag extends OUIInputTextJspTag { public InputSecretJspTag() { super(new InputSecretTag()); }
20212223242526
* @author Andre Shapovalov */ public class InputSecretTagHandler extends AbstractFaceletsComponentHandler { public InputSecretTagHandler(ComponentConfig componentConfig) { super(componentConfig, new InputSecretTag()); }