org.japano
Class PageGenerator.ErrorPage

java.lang.Object
  extended by org.japano.PageNode
      extended by org.japano.Page
          extended by org.japano.PageGenerator.ErrorPage
All Implemented Interfaces:
ErrorPage
Enclosing class:
PageGenerator

public static class PageGenerator.ErrorPage
extends Page
implements ErrorPage

Default Errorpage implementation.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.japano.PageNode
PageNode.Output
 
Field Summary
 
Fields inherited from class org.japano.Page
application, config, contentType, errorPageURI, out, pageContext, postGenerate, request, response, session
 
Fields inherited from class org.japano.PageNode
children, context, EMPTY, nodeId, parent
 
Constructor Summary
PageGenerator.ErrorPage()
           
 
Method Summary
 void generate(Buffer out)
          Generates this node The base implementation just calls PageNode.generateChildren(Buffer)
 
Methods inherited from class org.japano.Page
_jspService, addNode, clearAttributes, getAttribute, getAttributeNames, getErrorPageURI, getMessages, getMessagesFor, init, initScope, part, register, release, removeAttribute, replace, setAttribute, setContext
 
Methods inherited from class org.japano.PageNode
findChildren, findParent, findRootNode, generateChildren, getChildren, getContext, getNodeId, getParent, recInit, setChildren, setContext, setNodeId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageGenerator.ErrorPage

public PageGenerator.ErrorPage()
Method Detail

generate

public void generate(Buffer out)
Description copied from class: PageNode
Generates this node The base implementation just calls PageNode.generateChildren(Buffer)

Overrides:
generate in class Page