pl.aislib.fm.pages
Class StaticPage

java.lang.Object
  extended bypl.aislib.fm.Page
      extended bypl.aislib.fm.pages.StaticPage

public class StaticPage
extends Page

Static page that returns an empty map in response.

Since:
AISLIB 0.5.2
Version:
$Revision: 1.2 $
Author:
Tomasz Pik, AIS.PL

Field Summary
 
Fields inherited from class pl.aislib.fm.Page
application, log, pageInfo, properties, request, response, servlet, session
 
Constructor Summary
StaticPage()
           
 
Method Summary
 PageResponse getPageResponse()
          Method which every subclass of Page must implement.
 
Methods inherited from class pl.aislib.fm.Page
cleanSession, getConfigParameter, getForm, getMessage, getPage, getParameter, getParameterValues, getProperty, getProperty, getRequestAttribute, getSessionAttribute, getSessionAttributeNames, hasImageParameter, hasParameter, hasProperty, hasRequestAttribute, hasSessionAttribute, loadTemplate, onLoad, propertyNames, removeRequestAttribute, removeSessionAttribute, setRequestAttribute, setSessionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticPage

public StaticPage()
Method Detail

getPageResponse

public PageResponse getPageResponse()
Description copied from class: Page
Method which every subclass of Page must implement.

Specified by:
getPageResponse in class Page
Returns:
PageResponse or null if the given Page handles request internally.
See Also:
Page.getPageResponse()


Copyright © 2002-2005 AIS.PL. All Rights Reserved.