Package com.aspectran.freemarker.view
Class FreeMarkerViewDispatcher
- java.lang.Object
-
- com.aspectran.freemarker.view.FreeMarkerViewDispatcher
-
- All Implemented Interfaces:
com.aspectran.core.activity.response.dispatch.ViewDispatcher
public class FreeMarkerViewDispatcher extends java.lang.Object implements com.aspectran.core.activity.response.dispatch.ViewDispatcherThe Class FreeMarkerViewDispatcher.Created: 2016. 1. 27.
- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description FreeMarkerViewDispatcher(freemarker.template.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispatch(com.aspectran.core.activity.Activity activity, com.aspectran.core.context.rule.DispatchRule dispatchRule)java.lang.StringgetContentType()booleanisSingleton()voidsetContentType(java.lang.String contentType)voidsetPrefix(java.lang.String prefix)Sets the prefix for the template name.voidsetSuffix(java.lang.String suffix)Sets the suffix for the template name.
-
-
-
Method Detail
-
getContentType
public java.lang.String getContentType()
- Specified by:
getContentTypein interfacecom.aspectran.core.activity.response.dispatch.ViewDispatcher
-
setContentType
public void setContentType(java.lang.String contentType)
-
setPrefix
public void setPrefix(java.lang.String prefix)
Sets the prefix for the template name.- Parameters:
prefix- the new prefix for the template name
-
setSuffix
public void setSuffix(java.lang.String suffix)
Sets the suffix for the template name.- Parameters:
suffix- the new suffix for the template name
-
dispatch
public void dispatch(com.aspectran.core.activity.Activity activity, com.aspectran.core.context.rule.DispatchRule dispatchRule) throws com.aspectran.core.activity.response.dispatch.ViewDispatcherException- Specified by:
dispatchin interfacecom.aspectran.core.activity.response.dispatch.ViewDispatcher- Throws:
com.aspectran.core.activity.response.dispatch.ViewDispatcherException
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfacecom.aspectran.core.activity.response.dispatch.ViewDispatcher
-
-