org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Class PageParameterInterceptor
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.config.view.PageParameterInterceptor
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PageParameterListInterceptor
@PageParameter(key="",
value="")
@Interceptor
public class PageParameterInterceptor
- extends Object
- implements Serializable
Extensible interceptor for PageParameter
- details see PageParameterStrategy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pageParameterStrategy
@Inject
protected PageParameterStrategy pageParameterStrategy
PageParameterInterceptor
public PageParameterInterceptor()
addParameter
public Object addParameter(javax.interceptor.InvocationContext invocationContext)
throws Exception
- Throws:
Exception
addPageParameter
protected void addPageParameter(PageParameter pageParameter)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.