org.tynamo.ckeditor
Class CKEditorModule
java.lang.Object
org.tynamo.ckeditor.CKEditorModule
public class CKEditorModule
- extends Object
This module is automatically included as part of the Tapestry IoC Registry, it's a good place to
configure and extend Tapestry, or to place your own service definitions.
|
Method Summary |
static void |
setupAssetsAliases(org.apache.tapestry5.ioc.MappedConfiguration<String,String> configuration)
|
static void |
setupCkEditorLibrary(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.services.LibraryMapping> configuration)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CKEditorModule
public CKEditorModule()
setupCkEditorLibrary
@Contribute(value=org.apache.tapestry5.services.ComponentClassResolver.class)
public static void setupCkEditorLibrary(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.services.LibraryMapping> configuration)
setupAssetsAliases
@Contribute(value=org.apache.tapestry5.services.ClasspathAssetAliasManager.class)
public static void setupAssetsAliases(org.apache.tapestry5.ioc.MappedConfiguration<String,String> configuration)
Copyright © 2004-2012. All Rights Reserved.