org.odlabs.wiquery.core
Class AbstractWiQueryDecoratingHeaderResponse.CssToken

java.lang.Object
  extended by org.odlabs.wiquery.core.AbstractWiQueryDecoratingHeaderResponse.AbstractToken
      extended by org.odlabs.wiquery.core.AbstractWiQueryDecoratingHeaderResponse.CssToken
Enclosing class:
AbstractWiQueryDecoratingHeaderResponse

public final class AbstractWiQueryDecoratingHeaderResponse.CssToken
extends AbstractWiQueryDecoratingHeaderResponse.AbstractToken


Constructor Summary
AbstractWiQueryDecoratingHeaderResponse.CssToken(CharSequence value, String id)
           
 
Method Summary
 void render(org.apache.wicket.request.Response response)
          Renders the value and id in the correct form to the Response.
 
Methods inherited from class org.odlabs.wiquery.core.AbstractWiQueryDecoratingHeaderResponse.AbstractToken
equals, getId, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWiQueryDecoratingHeaderResponse.CssToken

public AbstractWiQueryDecoratingHeaderResponse.CssToken(CharSequence value,
                                                        String id)
Method Detail

render

public void render(org.apache.wicket.request.Response response)
Description copied from class: AbstractWiQueryDecoratingHeaderResponse.AbstractToken
Renders the value and id in the correct form to the Response.

Specified by:
render in class AbstractWiQueryDecoratingHeaderResponse.AbstractToken


Copyright © 2012. All Rights Reserved.