org.zkoss.zk.au.http
Class AuDynaMediar

java.lang.Object
  extended by org.zkoss.zk.au.http.AuDynaMediar
All Implemented Interfaces:
AuProcessor

public class AuDynaMediar
extends java.lang.Object
implements AuProcessor

The AU processor used to response the content for DynamicMedia.getMedia(java.lang.String)

Since:
3.0.2
Author:
tomyeh

Constructor Summary
AuDynaMediar()
           
 
Method Summary
 void process(Session sess, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String pi)
          Retrieves the media from DynamicMedia.getMedia(java.lang.String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuDynaMediar

public AuDynaMediar()
Method Detail

process

public void process(Session sess,
                    javax.servlet.ServletContext ctx,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.lang.String pi)
             throws javax.servlet.ServletException,
                    java.io.IOException
Retrieves the media from DynamicMedia.getMedia(java.lang.String).

Specified by:
process in interface AuProcessor
Parameters:
sess - the session, or null if the session is not available.
ctx - the servlet context (never null).
request - the request (never null).
response - the response (never null).
pi - the path info. It includes the prefix when the Au processor is associated (see DHtmlUpdateServlet.addAuProcessor(org.zkoss.zk.ui.WebApp, java.lang.String, org.zkoss.zk.au.http.AuProcessor). For example, if an AU processor is assoicated with "/upload", then pi must start with "/upload". Note: it might end with other string depending on the URI you generated to the client.
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo