org.apache.cocoon.sitemap.node
Class SitemapNodeFactory

java.lang.Object
  extended by org.apache.cocoon.sitemap.node.SitemapNodeFactory
All Implemented Interfaces:
ApplicationContextAware

public class SitemapNodeFactory
extends Object
implements ApplicationContextAware


Constructor Summary
SitemapNodeFactory()
           
 
Method Summary
 SitemapNode createNode(String type, Map<String,String> parameters)
           
 void setApplicationContext(ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapNodeFactory

public SitemapNodeFactory()
Method Detail

createNode

public SitemapNode createNode(String type,
                              Map<String,String> parameters)

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.