docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.4System Developer Manual JavaReference for Roxen Java classes
Copyright © 2018, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

AbstractLocationModule
ExperimentalModule
FileExtensionModule
Frame
HTTP
LastResortModule
LocationModule
Module
ParserModule
ProviderModule
RXML
RXML.Backtrace
RoxenClassLoader
RoxenConfiguration
RoxenFileResponse
RoxenLib
RoxenRXMLResponse
RoxenRequest
RoxenResponse
RoxenStringResponse
SecurityModule
SimpleTagCaller
UniqueModule

LastResortModule

: Interface LastResortModule

com.roxen.roxen
Interface LastResortModule

public abstract interface LastResortModule

Method Summary
 RoxenResponse last_resort(RoxenRequest id)
          This method is called when all previous modules have failed to return a response.
 

Method Detail

last_resort


public RoxenResponse last_resort(RoxenRequest id)
This method is called when all previous modules have failed to return a response.
Parameters:
id - Request Information object associated with the request.
Returns:
null if you didn't handle the request, otherwise your result