railo.runtime.err
Interface ErrorPage


public interface ErrorPage

represent a Error Page


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

Method Detail

setMailto

public void setMailto(java.lang.String mailto)
sets the mailto attribute

Parameters:
mailto -

setTemplate

public void setTemplate(PageSource template)
sets the template attribute

Parameters:
template -

setTypeAsString

public void setTypeAsString(java.lang.String exception)
sets the exception attribute

Parameters:
exception -

getMailto

public java.lang.String getMailto()
Returns:
Returns the mailto.

getTemplate

public PageSource getTemplate()
Returns:
Returns the template.

getTypeAsString

public java.lang.String getTypeAsString()
Returns:
Returns the exception type.