Home
last modified time | relevance | path

Searched refs:exposeModelAttributes (Results 1 – 2 of 2) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/view/
H A DRedirectView.java100 private boolean exposeModelAttributes = true; field in RedirectView
163 …iew(String url, boolean contextRelative, boolean http10Compatible, boolean exposeModelAttributes) { in RedirectView() argument
167 this.exposeModelAttributes = exposeModelAttributes; in RedirectView()
205 public void setExposeModelAttributes(final boolean exposeModelAttributes) { in setExposeModelAttributes() argument
206 this.exposeModelAttributes = exposeModelAttributes; in setExposeModelAttributes()
308 if (this.exposeModelAttributes) { in createTargetUrl()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/view/
H A DRedirectViewTests.java343 final boolean exposeModelAttributes, String expectedUrlForEncoding) throws Exception { in doTest() argument
364 rv.setExposeModelAttributes(exposeModelAttributes); in doTest()
367 if (exposeModelAttributes) { in doTest()
387 if (exposeModelAttributes) { in doTest()