wicket.behavior
Class HeaderContributor.JavaScriptHeaderContributor

java.lang.Object
  extended by wicket.behavior.AbstractBehavior
      extended by wicket.behavior.AbstractHeaderContributor
          extended by wicket.behavior.StringHeaderContributor
              extended by wicket.behavior.HeaderContributor.JavaScriptHeaderContributor
All Implemented Interfaces:
java.io.Serializable, IBehavior, IHeaderContributor
Enclosing class:
HeaderContributor

public static final class HeaderContributor.JavaScriptHeaderContributor
extends StringHeaderContributor

Contributes a reference to a javascript file relative to the context path.

See Also:
Serialized Form

Constructor Summary
HeaderContributor.JavaScriptHeaderContributor(java.lang.String location)
          Construct.
 
Method Summary
 
Methods inherited from class wicket.behavior.StringHeaderContributor
detachModel, getHeaderContributors, toString
 
Methods inherited from class wicket.behavior.AbstractHeaderContributor
cleanup, renderHead
 
Methods inherited from class wicket.behavior.AbstractBehavior
bind, exception, onComponentTag, onException, onRendered, rendered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderContributor.JavaScriptHeaderContributor

public HeaderContributor.JavaScriptHeaderContributor(java.lang.String location)
Construct.

Parameters:
location - the location of the CSS file relative to the context path.


Copyright © 2004-2007 Wicket developers. All Rights Reserved.