The DirectOutputState interface is implemented by classes that wish to produce
the Output for a request directly. This is in contrast to the
State interface that is implemented by classes that produce a DOM tree as their response.
author: Jens Lautenbacher
isAccessible(ContextResourceManager crm, Properties props, PfixServletRequest preq) isAccessible can be called to check if the DirectOutputState is accessible.
Parameters: crm - a ContextResourceManager that comes from a foreign ContextXMLServlet. Parameters: props - the Properties associated with the current PageRequest. Parameters: preq - the current PfixServletRequest.
Describe handleRequest method here.
Parameters: crm - a ContextResourceManager that comes from a foreign ContextXMLServlet. Parameters: props - the Properties associated with the current PageRequest. Parameters: preq - the current PfixServletRequest. Parameters: res - the curent HttpServletResponse. exception: Exception - if an error occurs
isAccessible can be called to check if the DirectOutputState is accessible.
Parameters: crm - a ContextResourceManager that comes from a foreign ContextXMLServlet. Parameters: props - the Properties associated with the current PageRequest. Parameters: preq - the current PfixServletRequest. a boolean value: trueif accessible, false if not. exception: Exception - if an error occurs