org.apache.myfaces.extensions.cdi.core.api
Interface CoreModuleBeanNames

All Superinterfaces:
BeanNames

public interface CoreModuleBeanNames
extends BeanNames

Core-impl has to provide beans for the names specified below.


Field Summary
static String CURRENT_WINDOW_BEAN_NAME
          Useful for EL-Expressions e.g. to call #useNewId or a property of the current window
static String CURRENT_WINDOW_CONTEXT_BEAN_NAME
          Typesafe version of CURRENT_WINDOW_BEAN_NAME (bean type: WindowContext)
 

Field Detail

CURRENT_WINDOW_CONTEXT_BEAN_NAME

static final String CURRENT_WINDOW_CONTEXT_BEAN_NAME
Typesafe version of CURRENT_WINDOW_BEAN_NAME (bean type: WindowContext)

See Also:
Constant Field Values

CURRENT_WINDOW_BEAN_NAME

static final String CURRENT_WINDOW_BEAN_NAME
Useful for EL-Expressions e.g. to call #useNewId or a property of the current window

See Also:
Constant Field Values


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