org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Class DefaultPageParameterStrategy

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.config.view.DefaultPageParameterStrategy
All Implemented Interfaces:
Serializable, InterceptorStrategy, PageParameterStrategy

@Dependent
public class DefaultPageParameterStrategy
extends Object
implements PageParameterStrategy

See Also:
Serialized Form

Constructor Summary
DefaultPageParameterStrategy()
           
 
Method Summary
 void addParameter(String key, String value)
          Allows to add the parameter to an (internal) context
 Object execute(javax.interceptor.InvocationContext invocationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPageParameterStrategy

public DefaultPageParameterStrategy()
Method Detail

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 key
value - value mapped to the key

execute

public Object execute(javax.interceptor.InvocationContext invocationContext)
               throws Exception

Specified by:
execute in interface InterceptorStrategy
Throws:
Exception


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