|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.jsp.PageAttributes
PageAttributes contains available information regarding Java Server Page (JSP) page attributes.
| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
PageAttributes()
Constructs a new PageAttributes object. |
|
| Method Summary | |
String |
getBackgroundColor()
Returns the page background color. |
String |
getFooter()
Returns the page footer include file. |
String |
getHeader()
Returns the page header include file. |
String |
getLanguage()
Returns the page language. |
String |
getPrompt()
Returns the page prompt (to the user). |
String |
getTitle()
Returns the page title. |
boolean |
isLanguageEnabled()
Returns true if language is enabled. |
void |
setBackgroundColor(String backgroundColor)
Sets the page background color. |
void |
setFooter(String footerInclude)
Sets the page footer include file. |
void |
setHeader(String headerInclude)
Sets the page header include file. |
void |
setLanguage(String language)
Sets the page language. |
void |
setLanguageEnabled(boolean languageEnabled)
Sets the language enabled status. |
void |
setLanguageEnabled(String languageEnabled)
Sets the language enabled status. |
void |
setPrompt(String prompt)
Sets the page prompt (to the user). |
void |
setTitle(String title)
Sets the page title. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PageAttributes()
| Method Detail |
public String getBackgroundColor()
public String getFooter()
public String getHeader()
public String getLanguage()
public String getPrompt()
public String getTitle()
public boolean isLanguageEnabled()
public void setBackgroundColor(String backgroundColor)
public void setFooter(String footerInclude)
public void setHeader(String headerInclude)
public void setPrompt(String prompt)
public void setTitle(String title)
public void setLanguage(String language)
public void setLanguageEnabled(boolean languageEnabled)
public void setLanguageEnabled(String languageEnabled)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||