@Dependent public class DefaultPageParameterStrategy extends Object implements PageParameterStrategy
Constructor and Description |
---|
DefaultPageParameterStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String key,
String value)
Allows to add the parameter to an (internal) context
|
Object |
execute(javax.interceptor.InvocationContext invocationContext) |
public void addParameter(String key, String value)
addParameter
in interface PageParameterStrategy
key
- name of the keyvalue
- value mapped to the keypublic Object execute(javax.interceptor.InvocationContext invocationContext) throws Exception
execute
in interface InterceptorStrategy
Exception
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.