org.apache.cocoon.wicket.target
Class CocoonSitemapRequestTarget

java.lang.Object
  extended by org.apache.cocoon.wicket.target.CocoonSitemapRequestTarget
All Implemented Interfaces:
org.apache.wicket.IRequestTarget

public class CocoonSitemapRequestTarget
extends Object
implements org.apache.wicket.IRequestTarget


Nested Class Summary
static class CocoonSitemapRequestTarget.CocoonRuntimeException
           
 
Constructor Summary
CocoonSitemapRequestTarget(String sitemapPath, String mountPath)
           
 
Method Summary
 void detach(org.apache.wicket.RequestCycle requestCycle)
           
 void respond(org.apache.wicket.RequestCycle requestCycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CocoonSitemapRequestTarget

public CocoonSitemapRequestTarget(String sitemapPath,
                                  String mountPath)
Method Detail

detach

public void detach(org.apache.wicket.RequestCycle requestCycle)
Specified by:
detach in interface org.apache.wicket.IRequestTarget

respond

public void respond(org.apache.wicket.RequestCycle requestCycle)
Specified by:
respond in interface org.apache.wicket.IRequestTarget


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.