2004.04.29


com.jdc.jsp
Class PageAttributes

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.jsp.PageAttributes

public class PageAttributes
extends Object

PageAttributes contains available information regarding Java Server Page (JSP) page attributes.

Version:
1.0.03.02.19
Author:
Jay Damon

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

PageAttributes

public PageAttributes()
Constructs a new PageAttributes object.

Method Detail

getBackgroundColor

public String getBackgroundColor()
Returns the page background color.

Returns:
String

getFooter

public String getFooter()
Returns the page footer include file.

Returns:
String

getHeader

public String getHeader()
Returns the page header include file.

Returns:
String

getLanguage

public String getLanguage()
Returns the page language.

Returns:
String

getPrompt

public String getPrompt()
Returns the page prompt (to the user).

Returns:
String

getTitle

public String getTitle()
Returns the page title.

Returns:
String

isLanguageEnabled

public boolean isLanguageEnabled()
Returns true if language is enabled.

Returns:
boolean

setBackgroundColor

public void setBackgroundColor(String backgroundColor)
Sets the page background color.


setFooter

public void setFooter(String footerInclude)
Sets the page footer include file.


setHeader

public void setHeader(String headerInclude)
Sets the page header include file.


setPrompt

public void setPrompt(String prompt)
Sets the page prompt (to the user).


setTitle

public void setTitle(String title)
Sets the page title.


setLanguage

public void setLanguage(String language)
Sets the page language.


setLanguageEnabled

public void setLanguageEnabled(boolean languageEnabled)
Sets the language enabled status.


setLanguageEnabled

public void setLanguageEnabled(String languageEnabled)
Sets the language enabled status.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.