org.hippoecm.hst.pagecomposer.builtin.components
Class StandardContainerComponent

java.lang.Object
  extended by org.hippoecm.hst.core.component.GenericHstComponent
      extended by org.hippoecm.hst.pagecomposer.builtin.components.StandardContainerComponent
All Implemented Interfaces:
HstComponent

public class StandardContainerComponent
extends GenericHstComponent


Field Summary
 
Fields inherited from class org.hippoecm.hst.core.component.GenericHstComponent
RESOURCE_PATH_BY_RESOURCE_ID
 
Constructor Summary
StandardContainerComponent()
           
 
Method Summary
 void doBeforeRender(HstRequest request, HstResponse response)
          Allows the component to do some business logic processing before rendering
 
Methods inherited from class org.hippoecm.hst.core.component.GenericHstComponent
destroy, doAction, doBeforeServeResource, getComponentConfiguration, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardContainerComponent

public StandardContainerComponent()
Method Detail

doBeforeRender

public void doBeforeRender(HstRequest request,
                           HstResponse response)
                    throws HstComponentException
Description copied from interface: HstComponent
Allows the component to do some business logic processing before rendering

Specified by:
doBeforeRender in interface HstComponent
Overrides:
doBeforeRender in class GenericHstComponent
Throws:
HstComponentException


Copyright © 2008-2012 Hippo. All Rights Reserved.