org.apache.cocoon.ajax
Class AjaxRequestSelector
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.selection.AbstractSwitchSelector
org.apache.cocoon.ajax.AjaxRequestSelector
- All Implemented Interfaces:
- LogEnabled, org.apache.cocoon.selection.Selector, org.apache.cocoon.selection.SwitchSelector, ThreadSafe
- public class AjaxRequestSelector
- extends org.apache.cocoon.selection.AbstractSwitchSelector
Choose a select branch depending on if the current request is an Ajax request.
The test value can be either "true" or "false".
<map:select type="ajax-request">
<map:when test="true">
... ajax request ...
</map:when>
<map:otherwise>
... non ajax request ...
</map:otherwise>
</map:select>
- Since:
- 2.1.8
- Version:
- $Id: AjaxRequestSelector.java 448479 2006-09-21 07:33:36Z crossley $
| Fields inherited from interface org.apache.cocoon.selection.SwitchSelector |
ROLE |
| Methods inherited from class org.apache.cocoon.selection.AbstractSwitchSelector |
select |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxRequestSelector
public AjaxRequestSelector()
getSelectorContext
public Object getSelectorContext(Map objectModel,
Parameters parameters)
select
public boolean select(String expression,
Object selectorContext)
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.