Tabnine Logo
FreeMarkerViewResolver.setViewClass
Code IndexAdd Tabnine to your IDE (free)

How to use
setViewClass
method
in
org.springframework.web.reactive.result.view.freemarker.FreeMarkerViewResolver

Best Java code snippets using org.springframework.web.reactive.result.view.freemarker.FreeMarkerViewResolver.setViewClass (Showing top 4 results out of 315)

origin: spring-projects/spring-framework

/**
 * Simple constructor.
 */
public FreeMarkerViewResolver() {
  setViewClass(requiredViewClass());
}
origin: spring-projects/spring-framework

/**
 * Convenience constructor with a prefix and suffix.
 * @param suffix the suffix to prepend view names with
 * @param prefix the prefix to prepend view names with
 */
public FreeMarkerViewResolver(String prefix, String suffix) {
  setViewClass(requiredViewClass());
  setPrefix(prefix);
  setSuffix(suffix);
}
origin: org.springframework/spring-web-reactive

/**
 * Simple constructor.
 */
public FreeMarkerViewResolver() {
  setViewClass(requiredViewClass());
}
origin: org.springframework/spring-web-reactive

/**
 * Convenience constructor with a prefix and suffix.
 * @param suffix the suffix to prepend view names with
 * @param prefix the prefix to prepend view names with
 */
public FreeMarkerViewResolver(String prefix, String suffix) {
  setViewClass(requiredViewClass());
  setPrefix(prefix);
  setSuffix(suffix);
}
org.springframework.web.reactive.result.view.freemarkerFreeMarkerViewResolversetViewClass

Popular methods of FreeMarkerViewResolver

  • <init>
    Convenience constructor with a prefix and suffix.
  • requiredViewClass
    Requires FreeMarkerView.
  • setPrefix
  • setSuffix

Popular in Java

  • Start an intent from android
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSharedPreferences (Context)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now