Home
last modified time | relevance | path

Searched refs:addAllAttributes (Results 1 – 19 of 19) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/ui/
H A DExtendedModelMap.java45 public ExtendedModelMap addAllAttributes(Collection<?> attributeValues) { in addAllAttributes() method in ExtendedModelMap
46 super.addAllAttributes(attributeValues); in addAllAttributes()
51 public ExtendedModelMap addAllAttributes(Map<String, ?> attributes) { in addAllAttributes() method in ExtendedModelMap
52 super.addAllAttributes(attributes); in addAllAttributes()
H A DModelMap.java102 public ModelMap addAllAttributes(Collection<?> attributeValues) { in addAllAttributes() method in ModelMap
115 public ModelMap addAllAttributes(Map<String, ?> attributes) { in addAllAttributes() method in ModelMap
169 return addAllAttributes(objects); in addAllObjects()
177 return addAllAttributes(objects); in addAllObjects()
H A DModel.java55 Model addAllAttributes(Collection<?> attributeValues); in addAllAttributes() method
61 Model addAllAttributes(Map<String, ?> attributes); in addAllAttributes() method
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/support/
H A DRedirectAttributesModelMap.java93 public RedirectAttributesModelMap addAllAttributes(Collection<?> attributeValues) { in addAllAttributes() method in RedirectAttributesModelMap
94 super.addAllAttributes(attributeValues); in addAllAttributes()
102 public RedirectAttributesModelMap addAllAttributes(Map<String, ?> attributes) { in addAllAttributes() method in RedirectAttributesModelMap
H A DRedirectAttributes.java66 RedirectAttributes addAllAttributes(Collection<?> attributeValues); in addAllAttributes() method
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/main/java/org/springframework/web/portlet/
H A DModelAndView.java98 getModelMap().addAllAttributes(model); in ModelAndView()
112 getModelMap().addAllAttributes(model); in ModelAndView()
250 getModelMap().addAllAttributes(modelMap); in addAllObjects()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/
H A DModelAndView.java97 getModelMap().addAllAttributes(model); in ModelAndView()
114 getModelMap().addAllAttributes(model); in ModelAndView()
249 getModelMap().addAllAttributes(modelMap); in addAllObjects()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/ui/
H A DModelMapTests.java142 model.addAllAttributes((Map<String, ?>) null); in testAddAllObjectsWithNullMap()
149 model.addAllAttributes((Collection<Object>) null); in testAddAllObjectsWithNullCollection()
160 model.addAllAttributes(list); in testAddAllObjectsWithSparseArrayList()
192 model.addAllAttributes(beans); in testAddListOfTheSameObjects()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/method/annotation/
H A DErrorsMethodHandlerArgumentResolverTests.java68 mavContainer.addAllAttributes(bindingResult.getModel()); in bindingResult()
78 mavContainer.addAllAttributes(bindingResult.getModel()); in bindingResultNotFound()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/method/support/
H A DModelAndViewContainer.java211 public ModelAndViewContainer addAllAttributes(Map<String, ?> attributes) { in addAllAttributes() method in ModelAndViewContainer
212 getModel().addAllAttributes(attributes); in addAllAttributes()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/servlet/mvc/support/
H A DRedirectAttributesModelMapTests.java92 this.redirectAttributes.addAllAttributes(Arrays.asList(new TestBean("Fred"), new Integer(5))); in addAllAttributesList()
103 this.redirectAttributes.addAllAttributes(map); in addAttributesMap()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/method/annotation/
H A DModelMethodProcessor.java65 mavContainer.addAllAttributes(((Model) returnValue).asMap()); in handleReturnValue()
H A DMapMethodProcessor.java67 mavContainer.addAllAttributes((Map) returnValue); in handleReturnValue()
H A DModelAttributeMethodProcessor.java119 mavContainer.addAllAttributes(bindingResultModel); in resolveArgument()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/method/annotation/
H A DModelAndViewMethodReturnValueHandler.java76 mavContainer.addAllAttributes(mav.getModel()); in handleReturnValue()
H A DModelAndViewResolverMethodReturnValueHandler.java86 mavContainer.addAllAttributes(mav.getModel()); in handleReturnValue()
H A DRequestMappingHandlerAdapter.java600 mavContainer.addAllAttributes(RequestContextUtils.getInputFlashMap(request)); in invokeHandlerMethod()
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DGenericTemplate.java61 public void addAllAttributes(Object object) { in addAllAttributes() method in GenericTemplate
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DHBaseProtos.java1941 public Builder addAllAttributes( in addAllAttributes() method in HBaseProtos.TableSchema.Builder
3398 public Builder addAllAttributes( in addAllAttributes() method in HBaseProtos.ColumnFamilySchema.Builder