|
|||||||||||
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_page
This class implements the jsp:page element
Field Summary |
Fields inherited from class org.apache.ecs.ConcreteElement |
|
Fields inherited from class org.apache.ecs.ElementAttributes |
|
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_page()
Basic constructor. |
|
jsp_page(java.lang.String language,
java.lang.String session,
java.lang.String buffer,
java.lang.String autoFlush,
java.lang.String isThreadSafe,
java.lang.String isErrorPage,
java.lang.String contentType,
java.lang.String charset)
This constructor creates a <jsp:page> tag. |
Method Summary | |
jsp_page |
setAutoFlush(java.lang.String autoFlush)
Sets the autoFlush="" attribute |
jsp_page |
setBuffer(java.lang.String buffer)
Sets the buffer="" attribute |
jsp_page |
setCharset(java.lang.String charset)
Sets the charset="" attribute |
jsp_page |
setContentType(java.lang.String contentType)
Sets the contentType="" attribute |
jsp_page |
setIsErrorPage(java.lang.String isErrorPage)
Sets the isErrorPage="" attribute |
jsp_page |
setIsThreadSafe(java.lang.String isThreadSafe)
Sets the isThreadSafe="" attribute |
jsp_page |
setLanguage(java.lang.String language)
Sets the language="" attribute |
jsp_page |
setSession(java.lang.String session)
Sets the session="" 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_page()
public jsp_page(java.lang.String language, java.lang.String session, java.lang.String buffer, java.lang.String autoFlush, java.lang.String isThreadSafe, java.lang.String isErrorPage, java.lang.String contentType, java.lang.String charset)
language
- the language="" attributesession
- the session="" attributebuffer
- the buffer="" attributeautoFlush
- the autoFlush="" attributeisThreadSafe
- the isThreadSafe="" attributeisErrorPage
- the isErrorPage="" attributecontentType
- the contentType="" attributecharset
- the charset="" attributeMethod Detail |
public jsp_page setLanguage(java.lang.String language)
language
- the language="" attributepublic jsp_page setSession(java.lang.String session)
session
- the session="" attributepublic jsp_page setBuffer(java.lang.String buffer)
buffer
- the buffer="" attributepublic jsp_page setAutoFlush(java.lang.String autoFlush)
autoFlush
- the autoFlush="" attributepublic jsp_page setIsThreadSafe(java.lang.String isThreadSafe)
isThreadSafe
- the isThreadSafe="" attributepublic jsp_page setIsErrorPage(java.lang.String isErrorPage)
isErrorPage
- the isErrorPage="" attributepublic jsp_page setContentType(java.lang.String contentType)
contentType
- the contentType="" attributepublic jsp_page setCharset(java.lang.String charset)
charset
- the charset="" attribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |