Skip to content

Instantly share code, notes, and snippets.

@igm
Created July 7, 2011 14:53
Show Gist options
  • Select an option

  • Save igm/1069685 to your computer and use it in GitHub Desktop.

Select an option

Save igm/1069685 to your computer and use it in GitHub Desktop.
<beans>
...
<bean id="jangodConf"
class="org.springframework.web.servlet.view.jangod.JangodConfigurer">
<property name="configurationFile" value="jangod.config.properties" />
</bean>
<bean class="org.springframework.web.servlet.view.jangod.JangodViewResolver">
<property name="jangodConfig" ref="jangodConf" />
<property name="prefix" value="/WEB-INF/views" />
<property name="suffix" value=".html" />
<property name="contentType" value="text/html;charset=UTF8" />
</bean>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment