com.astroshare.astroonline.admin
Class Page

java.lang.Object
  extended by com.astroshare.astroonline.admin.Page

public class Page
extends java.lang.Object

Implementation of the Astro-Online admin pages.

Admin pages are called through the admin servlet. The servlet then calls this Page class to process the page, which in turns processes the necessary template(s).

This part is this under development and therefore subject to change.

See Also:
admin

Constructor Summary
Page(javax.servlet.http.HttpServletRequest rq, javax.servlet.http.HttpServletResponse rs)
           Constructor.
 
Method Summary
 java.lang.String getPageContent(java.util.HashMap<java.lang.String,java.lang.Object> a)
           Builds the requested page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page(javax.servlet.http.HttpServletRequest rq,
            javax.servlet.http.HttpServletResponse rs)

Constructor.

Parameters:
rq - HttpServletRequest request
rs - HttpServletResponse response
Method Detail

getPageContent

public java.lang.String getPageContent(java.util.HashMap<java.lang.String,java.lang.Object> a)

Builds the requested page.

Parameters:
a -
Returns:
Page content


Astro-Online © 2001 − 2008 Astro Share
Documentation generated on: Thursday August 12th 2008 (PS)