| org.apache.cocoon.selection.AbstractSwitchSelector org.apache.cocoon.ajax.AjaxRequestSelector
AjaxRequestSelector | public class AjaxRequestSelector extends AbstractSwitchSelector (Code) | | 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 $ |
getSelectorContext | public Object getSelectorContext(Map objectModel, Parameters parameters)(Code) | | |
Methods inherited from org.apache.cocoon.selection.AbstractSwitchSelector | public boolean select(String expr, Map objectModel, Parameters params)(Code)(Java Doc)
|
|
|