|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
au.com.whitesquare.waf.taglib.html.BaseHandlerTag
Last Modified $Date: 2005/01/12 12:10:30 $
| Field Summary | |
protected String |
accesskey
Access key character. |
protected String |
tabindex
Tab index value. |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
BaseHandlerTag()
|
|
| Method Summary | |
String |
filter(String value)
|
String |
getAccesskey()
Returns the accessKey character. |
String |
getAlt()
Returns the alternate text attribute. |
boolean |
getDisabled()
Returns the disabled event handler. |
protected String |
getElementClose()
|
String |
getOnblur()
Returns the onBlur event handler. |
String |
getOnchange()
Returns the onChange event handler. |
String |
getOnclick()
Returns the onClick event handler. |
String |
getOndblclick()
Returns the onDblClick event handler. |
String |
getOnfocus()
Returns the onFocus event handler. |
String |
getOnkeydown()
Returns the onKeyDown event handler. |
String |
getOnkeypress()
Returns the onKeyPress event handler. |
String |
getOnkeyup()
Returns the onKeyUp event handler. |
String |
getOnmousedown()
Returns the onMouseDown event handler. |
String |
getOnmousemove()
Returns the onMouseMove event handler. |
String |
getOnmouseout()
Returns the onMouseOut event handler. |
String |
getOnmouseover()
Returns the onMouseOver event handler. |
String |
getOnmouseup()
Returns the onMouseUp event handler. |
String |
getOnselect()
Returns the onSelect event handler. |
boolean |
getReadonly()
Returns the readonly event handler. |
String |
getStyle()
Returns the style attribute. |
String |
getStyleClass()
Returns the style class attribute. |
String |
getStyleId()
Returns the style id attribute. |
String |
getTabindex()
Returns the tabIndex value. |
String |
getTitle()
Returns the advisory title attribute. |
String |
getTitleKey()
Returns the message resources key of the advisory title. |
protected String |
prepareEventHandlers()
Prepares the event handlers for inclusion in the component's HTML tag. |
protected void |
prepareFocusEvents(StringBuffer handlers)
Prepares the focus event handlers, appending them to the the given StringBuffer. |
protected void |
prepareKeyEvents(StringBuffer handlers)
Prepares the keyboard event handlers, appending them to the the given StringBuffer. |
protected void |
prepareMouseEvents(StringBuffer handlers)
Prepares the mouse event handlers, appending them to the the given StringBuffer. |
protected String |
prepareStyles()
Prepares the style attributes for inclusion in the component's HTML tag. |
protected void |
prepareTextEvents(StringBuffer handlers)
Prepares the text event handlers, appending them to the the given StringBuffer. |
void |
release()
Release any acquired resources. |
void |
setAccesskey(String accessKey)
Sets the accessKey character. |
void |
setAlt(String alt)
Sets the alternate text attribute. |
void |
setDisabled(boolean disabled)
Sets the disabled event handler. |
void |
setOnblur(String onBlur)
Sets the onBlur event handler. |
void |
setOnchange(String onChange)
Sets the onChange event handler. |
void |
setOnclick(String onClick)
Sets the onClick event handler. |
void |
setOndblclick(String onDblClick)
Sets the onDblClick event handler. |
void |
setOnfocus(String onFocus)
Sets the onFocus event handler. |
void |
setOnkeydown(String onKeyDown)
Sets the onKeyDown event handler. |
void |
setOnkeypress(String onKeyPress)
Sets the onKeyPress event handler. |
void |
setOnkeyup(String onKeyUp)
Sets the onKeyUp event handler. |
void |
setOnmousedown(String onMouseDown)
Sets the onMouseDown event handler. |
void |
setOnmousemove(String onMouseMove)
Sets the onMouseMove event handler. |
void |
setOnmouseout(String onMouseOut)
Sets the onMouseOut event handler. |
void |
setOnmouseover(String onMouseOver)
Sets the onMouseOver event handler. |
void |
setOnmouseup(String onMouseUp)
Sets the onMouseUp event handler. |
void |
setOnselect(String onSelect)
Sets the onSelect event handler. |
void |
setReadonly(boolean readonly)
Sets the readonly event handler. |
void |
setStyle(String style)
Sets the style attribute. |
void |
setStyleClass(String styleClass)
Sets the style class attribute. |
void |
setStyleId(String styleId)
Sets the style id attribute. |
void |
setTabindex(String tabIndex)
Sets the tabIndex value. |
void |
setTitle(String title)
Sets the advisory title attribute. |
void |
setTitleKey(String titleKey)
Sets the message resources key of the advisory title. |
void |
write(String text)
|
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
protected String accesskey
protected String tabindex
| Constructor Detail |
public BaseHandlerTag()
| Method Detail |
public void setAccesskey(String accessKey)
public String getAccesskey()
public void setTabindex(String tabIndex)
public String getTabindex()
public void setOnclick(String onClick)
public String getOnclick()
public void setOndblclick(String onDblClick)
public String getOndblclick()
public void setOnmousedown(String onMouseDown)
public String getOnmousedown()
public void setOnmouseup(String onMouseUp)
public String getOnmouseup()
public void setOnmousemove(String onMouseMove)
public String getOnmousemove()
public void setOnmouseover(String onMouseOver)
public String getOnmouseover()
public void setOnmouseout(String onMouseOut)
public String getOnmouseout()
public void setOnkeydown(String onKeyDown)
public String getOnkeydown()
public void setOnkeyup(String onKeyUp)
public String getOnkeyup()
public void setOnkeypress(String onKeyPress)
public String getOnkeypress()
public void setOnchange(String onChange)
public String getOnchange()
public void setOnselect(String onSelect)
public String getOnselect()
public void setOnblur(String onBlur)
public String getOnblur()
public void setOnfocus(String onFocus)
public String getOnfocus()
public void setDisabled(boolean disabled)
public boolean getDisabled()
public void setReadonly(boolean readonly)
public boolean getReadonly()
public void setStyle(String style)
public String getStyle()
public void setStyleClass(String styleClass)
public String getStyleClass()
public void setStyleId(String styleId)
public String getStyleId()
public String getAlt()
public void setAlt(String alt)
public String getTitle()
public void setTitle(String title)
public String getTitleKey()
public void setTitleKey(String titleKey)
public void release()
protected String prepareStyles()
throws JspException
JspException - if invalid attributes are specifiedprotected String prepareEventHandlers()
protected void prepareMouseEvents(StringBuffer handlers)
handlers - The StringBuffer that output will be appended to.protected void prepareKeyEvents(StringBuffer handlers)
handlers - The StringBuffer that output will be appended to.protected void prepareTextEvents(StringBuffer handlers)
handlers - The StringBuffer that output will be appended to.protected void prepareFocusEvents(StringBuffer handlers)
handlers - The StringBuffer that output will be appended to.protected String getElementClose()
public void write(String text)
throws JspException
JspExceptionpublic String filter(String value)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||