|
||||||||||
| 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
org.mentawai.tag.util.PrintTag
org.mentawai.tag.html.HTMLTag
org.mentawai.tag.html.dyntag.Base
org.mentawai.tag.html.dyntag.BaseTag
public abstract class BaseTag
| Field Summary | |
|---|---|
static String |
BASE_DIR
Diretorio onde serao copiados os resources das tags. |
| Fields inherited from class org.mentawai.tag.util.PrintTag |
|---|
action, application, loc, maxToPrint, noHTML, req, res, session |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
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 | |
|---|---|
BaseTag()
|
|
| Method Summary | |
|---|---|
String |
getDisabled()
|
String |
getI18nByKey(String _keyI18n,
boolean _noPrefix)
|
String |
getId()
|
String |
getKeyI18n()
|
String |
getKlass()
|
String |
getKlassStyle()
|
String |
getName()
|
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. |
String |
getStringToPrint()
Override this method to return what you want to print in the screen. |
protected String |
getTagClose()
Method to close compoenent |
String |
getTextAlign()
|
String |
getTitle()
|
String |
getValue()
|
boolean |
isNoPrefix()
|
protected boolean |
isXhtml()
|
protected void |
prepareFocusEvents(StringBuffer handlers)
|
protected void |
prepareKeyEvents(StringBuffer handlers)
|
protected void |
prepareMouseEvents(StringBuffer handlers)
|
protected void |
prepareTextEvents(StringBuffer handlers)
|
void |
setDisabled(String disabled)
|
void |
setId(String id)
|
void |
setKeyI18n(String keyI18n)
|
void |
setKlass(String klass)
|
void |
setKlassStyle(String klassStyle)
|
void |
setName(String name)
|
void |
setNoPrefix(boolean noPrefix)
|
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 |
setTextAlign(String textAlign)
|
void |
setTitle(String title)
|
void |
setValue(String value)
|
| Methods inherited from class org.mentawai.tag.html.dyntag.Base |
|---|
prepareAttribute |
| Methods inherited from class org.mentawai.tag.html.HTMLTag |
|---|
contains, contains, findObject, findObject, findValue, findValue, findValues, findValues, getExtraAttributes, setExtra, setSeparator |
| Methods inherited from class org.mentawai.tag.util.PrintTag |
|---|
doEndTag, doStartTag, getBody, getBooleanValue, getSessionObj, getValue, getValue, getValue, getValue, getValue, setMax, setNoHTML |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
findAncestorWithClass, getParent, getValues, removeValue, 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 |
|---|
public static String BASE_DIR
| Constructor Detail |
|---|
public BaseTag()
| Method Detail |
|---|
public String getDisabled()
public void setDisabled(String disabled)
public String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setId(String id)
setId in class javax.servlet.jsp.tagext.TagSupportpublic String getKlass()
public void setKlass(String klass)
public String getKlassStyle()
public void setKlassStyle(String klassStyle)
public String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public String getStringToPrint()
throws javax.servlet.jsp.JspException
PrintTag
getStringToPrint in class Basejavax.servlet.jsp.JspExceptionpublic 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()
protected void prepareMouseEvents(StringBuffer handlers)
protected void prepareKeyEvents(StringBuffer handlers)
protected void prepareTextEvents(StringBuffer handlers)
protected void prepareFocusEvents(StringBuffer handlers)
protected boolean isXhtml()
protected String getTagClose()
public String getI18nByKey(String _keyI18n,
boolean _noPrefix)
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic String getKeyI18n()
javax.servlet.jsp.JspExceptionpublic void setKeyI18n(String keyI18n)
keyI18n - The keyI18n to set.public boolean isNoPrefix()
public void setNoPrefix(boolean noPrefix)
noPrefix - The noPrefix to set.public String getTextAlign()
public void setTextAlign(String textAlign)
public String getValue()
public void setValue(String value)
value - The value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||