[mistletoe] Source code

Pierre Goupil goupilpierre at gmail.com
Thu Apr 11 20:40:06 CEST 2013


In the class "MyAttributeModifier", this code is problematic for me:

  @Override
  public void onComponentTag(final Component component, final ComponentTag
tag) {
    System.out.println("ononComponentTag called. component="+component+",
tag="+tag);
    if (isEnabled(component)) {
      System.out.println("changing attribute, value="+value);
      tag.getAttributes().put(attribute, value);
    }
  }

What is this construct trying to achieve, please? I don't know this method
in Wicket 1.4 and in 6.0 the super class declares it as final! Once I know
what's it's for, I'll be able to ask for help to the Wicket mailing-list.

Regards,

Pierre



On Thu, Apr 11, 2013 at 6:59 PM, ceki <ceki at qos.ch> wrote:

>
> I am looking forward for your contribution.
>
>
> On 11.04.2013 18:38, Pierre Goupil wrote:
>
>> Cheers Ceki! Keep in touch!
>>
>> Regards,
>>
>> Pierre
>>
>>
>> On Thu, Apr 11, 2013 at 5:53 PM, ceki <ceki at qos.ch <mailto:ceki at qos.ch>>
>>
>> wrote:
>>
>>
>>     Hi Pierre,
>>
>>     The repository is at:
>>
>>     https://github.com/ceki/__**mistletoe<https://github.com/ceki/__mistletoe><
>> https://github.com/ceki/**mistletoe <https://github.com/ceki/mistletoe>>
>>
>>
>>     Your github pull request is most welcome. :-)
>>
>>     Cheers,
>>
>>
>>     On 11.04.2013 17:19, Pierre Goupil wrote:
>>
>>         Good afternoon,
>>
>>         I can't find the Mistletoe source repository. I'd like to upgrade
>>         Mistletoe-Wicket to Wicket 6.0.
>>
>>         Regards,
>>
>>         Pierre GOUPIL
>>
>>
>>
>>     --
>>     Ceki
>>     65% of statistics are made up on the spot
>>
>
>
>
> --
> Ceki
> 65% of statistics are made up on the spot
> ______________________________**_________________
> mistletoe mailing list
> mistletoe at qos.ch
> http://mailman.qos.ch/mailman/**listinfo/mistletoe<http://mailman.qos.ch/mailman/listinfo/mistletoe>
>



-- 
"Parce que c'est la nuit qu'il est beau de croire à la lumière."

Edmond Rostand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/mistletoe/attachments/20130411/bf76ad9f/attachment.html>


More information about the mistletoe mailing list