protected void addComponentFactoriesForActionLink(final ComponentFactoryList componentFactories) {
componentFactories.add(new ActionLinkPanelFactory());
}
protected void addComponentFactoriesForApplicationActions(final ComponentFactoryList componentFactories) {
componentFactories.add(new AppActionsCssMenuFactory());
}