org.apache.wicket
Class SystemMapper

java.lang.Object
  extended by org.apache.wicket.request.mapper.CompoundRequestMapper
      extended by org.apache.wicket.SystemMapper
All Implemented Interfaces:
java.lang.Iterable<IRequestMapper>, IRequestMapper, ICompoundRequestMapper

public class SystemMapper
extends CompoundRequestMapper

Mapper that encapsulates mappers that are necessary for Wicket to function.

Author:
igor.vaynberg

Constructor Summary
SystemMapper(Application application)
          Constructor
 
Method Summary
 
Methods inherited from class org.apache.wicket.request.mapper.CompoundRequestMapper
add, getCompatibilityScore, iterator, mapHandler, mapRequest, remove, unmount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemMapper

public SystemMapper(Application application)
Constructor

Parameters:
application -


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.