org.riotfamily.components.render.list
Class ComponentListRenderer
java.lang.Object
org.riotfamily.components.render.list.ComponentListRenderer
- All Implemented Interfaces:
- ServletContextAware
public class ComponentListRenderer
- extends Object
- implements ServletContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARENT_ATTRIBUTE
public static final String PARENT_ATTRIBUTE
ComponentListRenderer
public ComponentListRenderer(ComponentDao componentDao,
PlatformTransactionManager transactionManager)
setLiveModeRenderStrategy
public void setLiveModeRenderStrategy(RenderStrategy liveModeRenderStrategy)
setEditModeRenderStrategy
public void setEditModeRenderStrategy(RenderStrategy editModeRenderStrategy)
setRiotServletName
public void setRiotServletName(String riotServletName)
setServletContext
public void setServletContext(ServletContext servletContext)
- Specified by:
setServletContext
in interface ServletContextAware
renderComponentList
public String renderComponentList(ContentContainer container,
String key,
ComponentListConfig config,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Throws:
Exception
renderNestedComponentList
public String renderNestedComponentList(Component component,
String key,
ComponentListConfig config,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Throws:
Exception