org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Class DefaultPageParameterStrategy
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultPageParameterStrategy
- All Implemented Interfaces:
- Serializable, org.apache.myfaces.extensions.cdi.core.impl.spi.InterceptorStrategy, PageParameterStrategy
@Dependent
public class DefaultPageParameterStrategy
- extends Object
- implements PageParameterStrategy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPageParameterStrategy
public DefaultPageParameterStrategy()
addParameter
public void addParameter(String key,
String value)
- Allows to add the parameter to an (internal) context
- Specified by:
addParameter
in interface PageParameterStrategy
- Parameters:
key
- name of the keyvalue
- value mapped to the key
execute
public Object execute(javax.interceptor.InvocationContext invocationContext)
throws Exception
-
- Specified by:
execute
in interface org.apache.myfaces.extensions.cdi.core.impl.spi.InterceptorStrategy
- Throws:
Exception
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.