PageMixer demonstration with Struts

pagemixer.filter
Class RegistrationFormFilter.AddParams

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.pagemixer.mixer.Filter
        |
        +--jp.ne.dti.lares.foozy.pagemixer.mixer.TokenEditFilter
              |
              +--jp.ne.dti.lares.foozy.pagemixer.html.URLEditFilter
                    |
                    +--pagemixer.filter.RegistrationFormFilter.AddParams
All Implemented Interfaces:
jp.ne.dti.lares.foozy.pagemixer.mixer.Consumer
Enclosing class:
RegistrationFormFilter

public static class RegistrationFormFilter.AddParams
extends jp.ne.dti.lares.foozy.pagemixer.html.URLEditFilter

Filter to append query string to "href" attribute.

This filter appends parameters shown below to query string in "href" attribute.


Inner classes inherited from class jp.ne.dti.lares.foozy.pagemixer.mixer.Filter
jp.ne.dti.lares.foozy.pagemixer.mixer.Filter.Factory
 
Constructor Summary
RegistrationFormFilter.AddParams(java.lang.String name)
          Create filter to append query string.
 
Method Summary
protected  void edit(jp.ne.dti.lares.foozy.pagemixer.mixer.ConsumerContext context, jp.ne.dti.lares.foozy.pagemixer.URL url)
           
 
Methods inherited from class jp.ne.dti.lares.foozy.pagemixer.html.URLEditFilter
edit
 
Methods inherited from class jp.ne.dti.lares.foozy.pagemixer.mixer.TokenEditFilter
consume, flush, hasInterest
 
Methods inherited from class jp.ne.dti.lares.foozy.pagemixer.mixer.Filter
addCleanup, clear, connectTo, getConsumer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationFormFilter.AddParams

public RegistrationFormFilter.AddParams(java.lang.String name)
Create filter to append query string.
Parameters:
name - value of "class" attribute of target token
Method Detail

edit

protected void edit(jp.ne.dti.lares.foozy.pagemixer.mixer.ConsumerContext context,
                    jp.ne.dti.lares.foozy.pagemixer.URL url)
Overrides:
edit in class jp.ne.dti.lares.foozy.pagemixer.html.URLEditFilter

PageMixer demonstration with Struts