org.apache.cocoon.wicket.request
Class CocoonSitemapRequestMapper

java.lang.Object
  extended by org.apache.wicket.request.mapper.AbstractMapper
      extended by org.apache.cocoon.wicket.request.CocoonSitemapRequestMapper
All Implemented Interfaces:
org.apache.wicket.request.IRequestMapper

public class CocoonSitemapRequestMapper
extends org.apache.wicket.request.mapper.AbstractMapper
implements org.apache.wicket.request.IRequestMapper


Constructor Summary
CocoonSitemapRequestMapper(String mountPath, String sitemapPath)
           
 
Method Summary
 int getCompatibilityScore(org.apache.wicket.request.Request rqst)
           
 org.apache.wicket.request.Url mapHandler(org.apache.wicket.request.IRequestHandler requestHandler)
           
 org.apache.wicket.request.IRequestHandler mapRequest(org.apache.wicket.request.Request request)
           
 
Methods inherited from class org.apache.wicket.request.mapper.AbstractMapper
encodePageParameters, extractPageParameters, getMountSegments, getOptionalPlaceholder, getPlaceholder, getPlaceholder, removeMetaParameter, urlStartsWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CocoonSitemapRequestMapper

public CocoonSitemapRequestMapper(String mountPath,
                                  String sitemapPath)
Method Detail

getCompatibilityScore

public int getCompatibilityScore(org.apache.wicket.request.Request rqst)
Specified by:
getCompatibilityScore in interface org.apache.wicket.request.IRequestMapper

mapRequest

public org.apache.wicket.request.IRequestHandler mapRequest(org.apache.wicket.request.Request request)
Specified by:
mapRequest in interface org.apache.wicket.request.IRequestMapper

mapHandler

public org.apache.wicket.request.Url mapHandler(org.apache.wicket.request.IRequestHandler requestHandler)
Specified by:
mapHandler in interface org.apache.wicket.request.IRequestMapper


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