Uses of Class
io.dropwizard.views.common.View
-
Packages that use View Package Description com.example.helloworld.resources com.example.helloworld.views io.dropwizard.views.common io.dropwizard.views.freemarker io.dropwizard.views.mustache -
-
Uses of View in com.example.helloworld.resources
Methods in com.example.helloworld.resources that return View Modifier and Type Method Description ViewViewResource. freemarkerISO88591()ViewViewResource. freemarkerUTF8()ViewViewResource. mustacheISO88591()ViewViewResource. mustacheUTF8() -
Uses of View in com.example.helloworld.views
Subclasses of View in com.example.helloworld.views Modifier and Type Class Description classPersonView -
Uses of View in io.dropwizard.views.common
Methods in io.dropwizard.views.common with parameters of type View Modifier and Type Method Description longViewMessageBodyWriter. getSize(View t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)booleanViewRenderer. isRenderable(View view)Returnstrueif the renderer can render the givenView.voidViewRenderer. render(View view, Locale locale, OutputStream output)voidViewMessageBodyWriter. writeTo(View t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) -
Uses of View in io.dropwizard.views.freemarker
Methods in io.dropwizard.views.freemarker with parameters of type View Modifier and Type Method Description booleanFreemarkerViewRenderer. isRenderable(View view)voidFreemarkerViewRenderer. render(View view, Locale locale, OutputStream output) -
Uses of View in io.dropwizard.views.mustache
Methods in io.dropwizard.views.mustache with parameters of type View Modifier and Type Method Description booleanMustacheViewRenderer. isRenderable(View view)voidMustacheViewRenderer. render(View view, Locale locale, OutputStream output)
-