|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.behavior.AbstractHeaderContributor
public abstract class AbstractHeaderContributor
Behavior that delegates header contribution to a number of other contributors. It checks the contributions that were made in the same request to avoid double contributions.
| Constructor Summary | |
|---|---|
AbstractHeaderContributor()
Construct. |
|
| Method Summary | |
|---|---|
abstract IHeaderContributor[] |
getHeaderContributors()
Gets the header contributors for this behavior. |
void |
renderHead(IHeaderResponse response)
Render to the web response whatever the component wants to contribute to the head section. |
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
|---|
afterRender, beforeRender, bind, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractHeaderContributor()
| Method Detail |
|---|
public abstract IHeaderContributor[] getHeaderContributors()
public final void renderHead(IHeaderResponse response)
IHeaderContributor
renderHead in interface IHeaderContributorrenderHead in class AbstractBehaviorresponse - Response objectIHeaderContributor.renderHead(org.apache.wicket.markup.html.IHeaderResponse)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||