{"id":136,"date":"2009-08-30T01:52:04","date_gmt":"2009-08-29T23:52:04","guid":{"rendered":"http:\/\/grummfy.be\/blog\/?p=136"},"modified":"2009-08-30T01:57:13","modified_gmt":"2009-08-29T23:57:13","slug":"utilisation-de-lellipse-en-java-ou-comment-avoir-un-nombre-indefini-de-parametre","status":"publish","type":"post","link":"https:\/\/grummfy.be\/blog\/136","title":{"rendered":"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre"},"content":{"rendered":"<p>Depuis Tiger (java 5.0 ou 1.5 &#8230;), la structure du langage java \u00e0 int\u00e9gr\u00e9 l&rsquo;ellipse.<\/p>\n<p>Voici un exemple d&rsquo;utilisation<br \/>\n<code><br \/>\nJPanel mkEntry(String label, javax.swing.JComponent... jc)<br \/>\n{<br \/>\nJPanel p = new JPanel(new FlowLayout());<br \/>\np.add(new JLLabel(label));<br \/>\nfor (javax.swing.JComponent comp: jc)<br \/>\np.add(comp);<br \/>\nreturn p;<br \/>\n}<\/p>\n<p>void test()<br \/>\n{<br \/>\nJPanel p = new JPanel();<br \/>\np.add(mkEntry(\"test\", new JTextField(), new JButton(\"valider\"));<br \/>\n}<br \/>\n<\/code><\/p>\n<p>Bon malheureusement on est oblig\u00e9 de n&rsquo;avoir qu&rsquo;un seul param\u00e8tre avec ellipse mais perso je trouve cela plus \u00e9l\u00e9gant que d&rsquo;utiliser un tableau cr\u00e9er d&rsquo;un c\u00f4t\u00e9 puis de l&rsquo;autre. Au passage cela revient au m\u00eame que de cr\u00e9er un tableau (puisque ce qu&rsquo;on r\u00e9cup\u00e8re est un tableau) mais l&rsquo;\u00e9criture en est simplifi\u00e9.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Depuis Tiger (java 5.0 ou 1.5 &#8230;), la structure du langage java \u00e0 int\u00e9gr\u00e9 l&rsquo;ellipse. Voici un exemple d&rsquo;utilisation JPanel mkEntry(String label, javax.swing.JComponent&#8230; jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(\u00ab\u00a0test\u00a0\u00bb, new JTextField(), new JButton(\u00ab\u00a0valider\u00a0\u00bb)); } [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"webmentions_disabled_pings":false,"webmentions_disabled":false,"footnotes":""},"categories":[9],"tags":[38,24,28],"class_list":["post-136","post","type-post","status-publish","format-standard","hentry","category-dev","tag-decouverte","tag-programmation","tag-trucs-et-astuces"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \u00e0 int\u00e9gr\u00e9 l&#039;ellipse. Voici un exemple d&#039;utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(&quot;test&quot;, new JTextField(), new JButton(&quot;valider&quot;)); }\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Grummfy\"\/>\n\t<meta name=\"google-site-verification\" content=\"d4qc9gnvtzVc9s5gDVkEqZIVZLo42Wi\/lYmFP7\/G0Kw=\" \/>\n\t<meta name=\"keywords\" content=\"d\u00e9couverte,programmation,trucs et astuces,d\u00e9veloppement\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/grummfy.be\/blog\/136\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Grummfy&#039;s project\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Grummfy&#039;s project .:. Utilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre\" \/>\n\t\t<meta property=\"og:description\" content=\"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \u00e0 int\u00e9gr\u00e9 l&#039;ellipse. Voici un exemple d&#039;utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(&quot;test&quot;, new JTextField(), new JButton(&quot;valider&quot;)); }\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/grummfy.be\/blog\/136\" \/>\n\t\t<meta property=\"fb:admins\" content=\"580961199\" \/>\n\t\t<meta property=\"article:tag\" content=\"d\u00e9couverte\" \/>\n\t\t<meta property=\"article:tag\" content=\"programmation\" \/>\n\t\t<meta property=\"article:tag\" content=\"trucs et astuces\" \/>\n\t\t<meta property=\"article:tag\" content=\"d\u00e9veloppement\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-08-29T23:52:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2009-08-29T23:57:13+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@Grummfy\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Grummfy&#039;s project .:. Utilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \u00e0 int\u00e9gr\u00e9 l&#039;ellipse. Voici un exemple d&#039;utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(&quot;test&quot;, new JTextField(), new JButton(&quot;valider&quot;)); }\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#article\",\"name\":\"Grummfy's project .:. Utilisation de l\\u2019ellipse en java ou comment avoir un nombre ind\\u00e9fini de param\\u00e8tre\",\"headline\":\"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\\u00e9fini de param\\u00e8tre\",\"author\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/author\\\/admin#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/#organization\"},\"datePublished\":\"2009-08-30T01:52:04+02:00\",\"dateModified\":\"2009-08-30T01:57:13+02:00\",\"inLanguage\":\"fr-BE\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#webpage\"},\"articleSection\":\"D\\u00e9veloppement, d\\u00e9couverte, programmation, trucs et astuces\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog#listItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/grummfy.be\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/cat\\\/dev#listItem\",\"name\":\"D\\u00e9veloppement\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/cat\\\/dev#listItem\",\"position\":2,\"name\":\"D\\u00e9veloppement\",\"item\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/cat\\\/dev\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#listItem\",\"name\":\"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\\u00e9fini de param\\u00e8tre\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog#listItem\",\"name\":\"Accueil\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#listItem\",\"position\":3,\"name\":\"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\\u00e9fini de param\\u00e8tre\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/cat\\\/dev#listItem\",\"name\":\"D\\u00e9veloppement\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/#organization\",\"name\":\"Grummfy's project\",\"description\":\"Mes projets, mes r\\u00eaves, mes envies, ...\",\"url\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/author\\\/admin#author\",\"url\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/author\\\/admin\",\"name\":\"Grummfy\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/97f073e7de2fb1e9d5c5329eb7db2c6de1c5a80e8cfe9b1233473f78a1c908f6?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Grummfy\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#webpage\",\"url\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136\",\"name\":\"Grummfy's project .:. Utilisation de l\\u2019ellipse en java ou comment avoir un nombre ind\\u00e9fini de param\\u00e8tre\",\"description\":\"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \\u00e0 int\\u00e9gr\\u00e9 l'ellipse. Voici un exemple d'utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(\\\"test\\\", new JTextField(), new JButton(\\\"valider\\\")); }\",\"inLanguage\":\"fr-BE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/136#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/author\\\/admin#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/author\\\/admin#author\"},\"datePublished\":\"2009-08-30T01:52:04+02:00\",\"dateModified\":\"2009-08-30T01:57:13+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/\",\"name\":\"Grummfy's project\",\"description\":\"Mes projets, mes r\\u00eaves, mes envies, ...\",\"inLanguage\":\"fr-BE\",\"publisher\":{\"@id\":\"https:\\\/\\\/grummfy.be\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Grummfy's project .:. Utilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","description":"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \u00e0 int\u00e9gr\u00e9 l'ellipse. Voici un exemple d'utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(\"test\", new JTextField(), new JButton(\"valider\")); }","canonical_url":"https:\/\/grummfy.be\/blog\/136","robots":"max-image-preview:large","keywords":"d\u00e9couverte,programmation,trucs et astuces,d\u00e9veloppement","webmasterTools":{"google-site-verification":"d4qc9gnvtzVc9s5gDVkEqZIVZLo42Wi\/lYmFP7\/G0Kw=","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/grummfy.be\/blog\/136#article","name":"Grummfy's project .:. Utilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","headline":"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","author":{"@id":"https:\/\/grummfy.be\/blog\/author\/admin#author"},"publisher":{"@id":"https:\/\/grummfy.be\/blog\/#organization"},"datePublished":"2009-08-30T01:52:04+02:00","dateModified":"2009-08-30T01:57:13+02:00","inLanguage":"fr-BE","mainEntityOfPage":{"@id":"https:\/\/grummfy.be\/blog\/136#webpage"},"isPartOf":{"@id":"https:\/\/grummfy.be\/blog\/136#webpage"},"articleSection":"D\u00e9veloppement, d\u00e9couverte, programmation, trucs et astuces"},{"@type":"BreadcrumbList","@id":"https:\/\/grummfy.be\/blog\/136#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/grummfy.be\/blog#listItem","position":1,"name":"Accueil","item":"https:\/\/grummfy.be\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/grummfy.be\/blog\/cat\/dev#listItem","name":"D\u00e9veloppement"}},{"@type":"ListItem","@id":"https:\/\/grummfy.be\/blog\/cat\/dev#listItem","position":2,"name":"D\u00e9veloppement","item":"https:\/\/grummfy.be\/blog\/cat\/dev","nextItem":{"@type":"ListItem","@id":"https:\/\/grummfy.be\/blog\/136#listItem","name":"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre"},"previousItem":{"@type":"ListItem","@id":"https:\/\/grummfy.be\/blog#listItem","name":"Accueil"}},{"@type":"ListItem","@id":"https:\/\/grummfy.be\/blog\/136#listItem","position":3,"name":"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","previousItem":{"@type":"ListItem","@id":"https:\/\/grummfy.be\/blog\/cat\/dev#listItem","name":"D\u00e9veloppement"}}]},{"@type":"Organization","@id":"https:\/\/grummfy.be\/blog\/#organization","name":"Grummfy's project","description":"Mes projets, mes r\u00eaves, mes envies, ...","url":"https:\/\/grummfy.be\/blog\/"},{"@type":"Person","@id":"https:\/\/grummfy.be\/blog\/author\/admin#author","url":"https:\/\/grummfy.be\/blog\/author\/admin","name":"Grummfy","image":{"@type":"ImageObject","@id":"https:\/\/grummfy.be\/blog\/136#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/97f073e7de2fb1e9d5c5329eb7db2c6de1c5a80e8cfe9b1233473f78a1c908f6?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Grummfy"}},{"@type":"WebPage","@id":"https:\/\/grummfy.be\/blog\/136#webpage","url":"https:\/\/grummfy.be\/blog\/136","name":"Grummfy's project .:. Utilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","description":"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \u00e0 int\u00e9gr\u00e9 l'ellipse. Voici un exemple d'utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(\"test\", new JTextField(), new JButton(\"valider\")); }","inLanguage":"fr-BE","isPartOf":{"@id":"https:\/\/grummfy.be\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/grummfy.be\/blog\/136#breadcrumblist"},"author":{"@id":"https:\/\/grummfy.be\/blog\/author\/admin#author"},"creator":{"@id":"https:\/\/grummfy.be\/blog\/author\/admin#author"},"datePublished":"2009-08-30T01:52:04+02:00","dateModified":"2009-08-30T01:57:13+02:00"},{"@type":"WebSite","@id":"https:\/\/grummfy.be\/blog\/#website","url":"https:\/\/grummfy.be\/blog\/","name":"Grummfy's project","description":"Mes projets, mes r\u00eaves, mes envies, ...","inLanguage":"fr-BE","publisher":{"@id":"https:\/\/grummfy.be\/blog\/#organization"}}]},"og:locale":"fr_FR","og:site_name":"Grummfy's project","og:type":"article","og:title":"Grummfy's project .:. Utilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","og:description":"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \u00e0 int\u00e9gr\u00e9 l'ellipse. Voici un exemple d'utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(&quot;test&quot;, new JTextField(), new JButton(&quot;valider&quot;)); }","og:url":"https:\/\/grummfy.be\/blog\/136","fb:admins":"580961199","article:tag":["d\u00e9couverte","programmation","trucs et astuces","d\u00e9veloppement"],"article:published_time":"2009-08-29T23:52:04+00:00","article:modified_time":"2009-08-29T23:57:13+00:00","twitter:card":"summary","twitter:site":"@Grummfy","twitter:title":"Grummfy's project .:. Utilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","twitter:description":"Depuis Tiger (java 5.0 ou 1.5 ...), la structure du langage java \u00e0 int\u00e9gr\u00e9 l'ellipse. Voici un exemple d'utilisation JPanel mkEntry(String label, javax.swing.JComponent... jc) { JPanel p = new JPanel(new FlowLayout()); p.add(new JLLabel(label)); for (javax.swing.JComponent comp: jc) p.add(comp); return p; } void test() { JPanel p = new JPanel(); p.add(mkEntry(&quot;test&quot;, new JTextField(), new JButton(&quot;valider&quot;)); }"},"aioseo_meta_data":{"post_id":"136","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-01-21 15:11:40","updated":"2025-06-04 00:16:54","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/grummfy.be\/blog\" title=\"Accueil\">Accueil<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/grummfy.be\/blog\/cat\/dev\" title=\"D\u00e9veloppement\">D\u00e9veloppement<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tUtilisation de l\u2019ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Accueil","link":"https:\/\/grummfy.be\/blog"},{"label":"D\u00e9veloppement","link":"https:\/\/grummfy.be\/blog\/cat\/dev"},{"label":"Utilisation de l&rsquo;ellipse en java ou comment avoir un nombre ind\u00e9fini de param\u00e8tre","link":"https:\/\/grummfy.be\/blog\/136"}],"_links":{"self":[{"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/posts\/136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/comments?post=136"}],"version-history":[{"count":4,"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/posts\/136\/revisions"}],"predecessor-version":[{"id":139,"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/posts\/136\/revisions\/139"}],"wp:attachment":[{"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/media?parent=136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/categories?post=136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/grummfy.be\/blog\/wp-json\/wp\/v2\/tags?post=136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}