org.torweg.pulse.site.content.admin
Class ContentRegistryEditorConfig
java.lang.Object
org.torweg.pulse.configuration.AbstractConfigBean
org.torweg.pulse.site.content.admin.ContentRegistryEditorConfig
- All Implemented Interfaces:
- java.io.Serializable, ConfigBean
public class ContentRegistryEditorConfig
- extends AbstractConfigBean
- Version:
- $Revision: 1400 $
- Author:
- Daniel Dietz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentRegistryEditorConfig
public ContentRegistryEditorConfig()
getAjaxCreateXSL
public final XSLHandle getAjaxCreateXSL()
- returns the XSLHandle for AJAX responses.
- Returns:
- the XSLHandle for AJAX responses
getAjaxXSL
public final XSLHandle getAjaxXSL()
- returns the XSLHandle for AJAX responses.
- Returns:
- the XSLHandle for AJAX responses
getEditURLs
public final java.util.Map<java.lang.String,java.lang.String> getEditURLs(AbstractRegistryNode registryNode, ServiceRequest request)
- generates the edit-URLs for a given
AbstractRegistryNode
according to the configuration-XML.
- Parameters:
registryNode - the AbstractRegistryNoderequest - the current ServiceRequest
- Returns:
Map<String, String> with <String,
String> = <ViewType, URL>
init
public void init(org.jdom.Element conf)
- initializes the
ConfigBean.
- Parameters:
conf - the configuration XML- See Also:
ConfigBean.init(org.jdom.Element)