martin-g commented on a change in pull request #382: WICKET-6688 add RFC and 
replace eval with DOM eval
URL: https://github.com/apache/wicket/pull/382#discussion_r322736805
 
 

 ##########
 File path: 
wicket-core/src/main/java/org/apache/wicket/page/PartialPageUpdate.java
 ##########
 @@ -68,6 +69,12 @@
 {
        private static final Logger LOG = 
LoggerFactory.getLogger(PartialPageUpdate.class);
 
+       /**
+        * Meta data to be added to the partial page response.
+        * This is the response meta data, not HTML meta data.
+        */
+       protected final List<CharSequence> meta = Generics.newArrayList();
 
 Review comment:
   OK. I see I can call the `addMeta()` method more than once. But still I have 
no idea when to use this meta items. Some examples in the javadoc might be 
useful.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to