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

java.lang.Object
  extended by 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

Field Summary
protected  PageParameterStrategy pageParameterStrategy
           
 
Constructor Summary
PageParameterInterceptor()
           
 
Method Summary
protected  void addPageParameter(PageParameter pageParameter)
           
 Object addParameter(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageParameterStrategy

@Inject
protected PageParameterStrategy pageParameterStrategy
Constructor Detail

PageParameterInterceptor

public PageParameterInterceptor()
Method Detail

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.