|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.MultiPartElement
org.apache.ecs.xml.XML
org.apache.ecs.jsp.jsp_element
org.apache.ecs.jsp.jsp_useBean
public class jsp_useBean
This class implements the jsp:useBean element
Field Summary |
---|
Fields inherited from class org.apache.ecs.GenericElement |
---|
tabLevel |
Fields inherited from interface org.apache.ecs.Attributes |
---|
NO_ATTRIBUTE_VALUE |
Fields inherited from interface org.apache.ecs.Element |
---|
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE |
Constructor Summary | |
---|---|
jsp_useBean()
Basic constructor. |
|
jsp_useBean(java.lang.String id,
java.lang.String scope,
java.lang.String c)
This constructor creates a <jsp:useBean> tag. |
Method Summary | |
---|---|
jsp_useBean |
set_Class(java.lang.String c)
Sets the class="" attribute |
jsp_useBean |
set_Type(java.lang.String t)
Sets the type="" attribute |
jsp_useBean |
setBeanName(java.lang.String beanName)
Sets the beanName="" attribute |
jsp_useBean |
setId(java.lang.String id)
Sets the id="" attribute |
jsp_useBean |
setScope(java.lang.String scope)
Sets the scope="" attribute |
Methods inherited from class org.apache.ecs.jsp.jsp_element |
---|
getNeedClosingTag |
Methods inherited from class org.apache.ecs.xml.XML |
---|
addElement, addElement, addElement, addElement, addXMLAttribute, getBeginEndModifier, getBeginEndModifierDefined, getNeedLineBreak, removeElement |
Methods inherited from class org.apache.ecs.ConcreteElement |
---|
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public jsp_useBean()
public jsp_useBean(java.lang.String id, java.lang.String scope, java.lang.String c)
id
- the id="" attributescope
- the scope="" attributeclass
- the class="" attributeMethod Detail |
---|
public jsp_useBean setId(java.lang.String id)
id
- the id="" attributepublic jsp_useBean setScope(java.lang.String scope)
scope
- the scope="" attributepublic jsp_useBean set_Class(java.lang.String c)
class
- the class="" attributepublic jsp_useBean set_Type(java.lang.String t)
t
- the type="" attributepublic jsp_useBean setBeanName(java.lang.String beanName)
beanName
- the beanName="" attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |