org.apache.myfaces.extensions.cdi.jsf.impl.config.view.spi
Interface PageParameterStrategy

All Superinterfaces:
org.apache.myfaces.extensions.cdi.core.impl.spi.InterceptorStrategy, Serializable
All Known Implementing Classes:
DefaultPageParameterStrategy

public interface PageParameterStrategy
extends org.apache.myfaces.extensions.cdi.core.impl.spi.InterceptorStrategy

Allows to provide a custom InterceptorStrategy


Method Summary
 void addParameter(String key, String value)
          Allows to add the parameter to an (internal) context
 
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.impl.spi.InterceptorStrategy
execute
 

Method Detail

addParameter

void addParameter(String key,
                  String value)
Allows to add the parameter to an (internal) context

Parameters:
key - name of the key
value - value mapped to the key


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.