railo.runtime.err
Interface ErrorPage

All Known Implementing Classes:
ErrorPageImpl

public interface ErrorPage

represent a Error Page


Method Summary
 String getMailto()
           
 PageSource getTemplate()
           
 String getTypeAsString()
           
 void setMailto(String mailto)
          sets the mailto attribute
 void setTemplate(PageSource template)
          sets the template attribute
 void setTypeAsString(String exception)
          sets the exception attribute
 

Method Detail

setMailto

void setMailto(String mailto)
sets the mailto attribute

Parameters:
mailto -

setTemplate

void setTemplate(PageSource template)
sets the template attribute

Parameters:
template -

setTypeAsString

void setTypeAsString(String exception)
sets the exception attribute

Parameters:
exception -

getMailto

String getMailto()
Returns:
Returns the mailto.

getTemplate

PageSource getTemplate()
Returns:
Returns the template.

getTypeAsString

String getTypeAsString()
Returns:
Returns the exception type.


Copyright © 2012 Railo