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
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.impl.spi.InterceptorStrategy |
execute |
addParameter
void addParameter(String key,
String value)
- Allows to add the parameter to an (internal) context
- Parameters:
key
- name of the keyvalue
- value mapped to the key
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.