org.broadleafcommerce.cms.web
Class PreviewTemplateController

java.lang.Object
  extended by org.broadleafcommerce.cms.web.PreviewTemplateController

@Controller
@RequestMapping(value="/preview/**")
public class PreviewTemplateController
extends Object


Field Summary
static String REQUEST_MAPPING_PREFIX
           
 
Constructor Summary
PreviewTemplateController()
           
 
Method Summary
 String displayPreview(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_MAPPING_PREFIX

public static final String REQUEST_MAPPING_PREFIX
See Also:
Constant Field Values
Constructor Detail

PreviewTemplateController

public PreviewTemplateController()
Method Detail

displayPreview

@RequestMapping
public String displayPreview(javax.servlet.http.HttpServletRequest httpServletRequest)


Copyright © 2012. All Rights Reserved.