public class HTMLA extends BaseBodyTag
| 构造器和说明 |
|---|
HTMLA() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
doEndTag() |
String |
getClazz() |
String |
getHref() |
String |
getId() |
String |
getName() |
String |
getOnclick() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getParams() |
String |
getShape() |
String |
getStyle() |
String |
getTarget() |
String |
getTitle() |
boolean |
isEncryptKey() |
boolean |
isEncryptValue() |
boolean |
isUnion() |
void |
release() |
void |
setClazz(String clazz) |
void |
setEncryptKey(boolean encryptKey) |
void |
setEncryptValue(boolean encryptValue) |
void |
setHref(String href) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOnclick(String onclick) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setParams(String params) |
void |
setShape(String shape) |
void |
setStyle(String style) |
void |
setTarget(String target) |
void |
setTitle(String title) |
void |
setUnion(boolean union) |
addParam, attribute, clone, crateExtraData, crateExtraData, doAfterBody, doStartTag, getBody, getBodyContent, getDisabled, getEvl, getExtra, getExtraData, getExtraPrefix, getItemExtra, getNvl, getOnblur, getOnchange, getOnfocus, getReadonly, getValue, getVar, isEncrypt, setBody, setBodyContent, setDisabled, setEncrypt, setEvl, setExtra, setExtraData, setExtraPrefix, setItemExtra, setNvl, setOnblur, setOnchange, setOnfocus, setReadonly, setValue, setVarfindAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValuepublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag 在接口中 javax.servlet.jsp.tagext.TagdoEndTag 在类中 BaseBodyTagjavax.servlet.jsp.JspExceptionpublic void release()
release 在接口中 javax.servlet.jsp.tagext.Tagrelease 在类中 BaseBodyTagpublic String getId()
getId 在类中 BaseBodyTagpublic void setId(String id)
setId 在类中 BaseBodyTagpublic String getName()
getName 在类中 BaseBodyTagpublic void setName(String name)
setName 在类中 BaseBodyTagpublic String getHref()
public void setHref(String href)
public String getClazz()
getClazz 在类中 BaseBodyTagpublic void setClazz(String clazz)
setClazz 在类中 BaseBodyTagpublic String getStyle()
getStyle 在类中 BaseBodyTagpublic void setStyle(String style)
setStyle 在类中 BaseBodyTagpublic String getTitle()
public void setTitle(String title)
public String getTarget()
public void setTarget(String target)
public String getShape()
public void setShape(String shape)
public String getOnmouseover()
public void setOnmouseover(String onmouseover)
public String getOnmouseout()
public void setOnmouseout(String onmouseout)
public String getOnclick()
getOnclick 在类中 BaseBodyTagpublic void setOnclick(String onclick)
setOnclick 在类中 BaseBodyTagpublic boolean isEncryptKey()
public void setEncryptKey(boolean encryptKey)
public boolean isEncryptValue()
public void setEncryptValue(boolean encryptValue)
public boolean isUnion()
public void setUnion(boolean union)
public String getParams()
public void setParams(String params)
Copyright © 2024. All rights reserved.