railo.runtime.err
Class ErrorPagePool

java.lang.Object
  extended by railo.runtime.err.ErrorPagePool

public final class ErrorPagePool
extends Object

Handle Page Errors


Constructor Summary
ErrorPagePool()
           
 
Method Summary
 void clear()
          clear the error page pool
 ErrorPage getErrorPage(PageException pe, short type)
          returns the error page
 void removeErrorPage(PageException pe)
          remove this error page
 void setErrorPage(ErrorPage errorPage)
          sets the page error
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorPagePool

public ErrorPagePool()
Method Detail

setErrorPage

public void setErrorPage(ErrorPage errorPage)
sets the page error

Parameters:
errorPage -

getErrorPage

public ErrorPage getErrorPage(PageException pe,
                              short type)
returns the error page

Parameters:
pe - Page Exception
Returns:

clear

public void clear()
clear the error page pool


removeErrorPage

public void removeErrorPage(PageException pe)
remove this error page

Parameters:
type -


Copyright © 2012 Railo