wicket.contrib.tinymce
Class TinyMceRequestMapper

java.lang.Object
  extended by org.apache.wicket.request.mapper.AbstractMapper
      extended by wicket.contrib.tinymce.TinyMceRequestMapper
All Implemented Interfaces:
IRequestMapper

public class TinyMceRequestMapper
extends AbstractMapper

A request mapper to enable TinyMCE JS to load at runtime other JS resources

Author:
Pedro Santos, JavaLuigi

Constructor Summary
TinyMceRequestMapper()
           
 
Method Summary
 int getCompatibilityScore(Request request)
           
 Url mapHandler(IRequestHandler requestHandler)
           
 IRequestHandler mapRequest(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

TinyMceRequestMapper

public TinyMceRequestMapper()
Method Detail

mapRequest

public IRequestHandler mapRequest(Request request)

getCompatibilityScore

public int getCompatibilityScore(Request request)

mapHandler

public Url mapHandler(IRequestHandler requestHandler)


Copyright © 2004–2014. All rights reserved.