Tabnine Logo
AbstractBean.isNormalScoped
Code IndexAdd Tabnine to your IDE (free)

How to use
isNormalScoped
method
in
org.jboss.weld.bean.AbstractBean

Best Java code snippets using org.jboss.weld.bean.AbstractBean.isNormalScoped (Showing top 6 results out of 315)

origin: weld/core

/**
 * Initializes the bean and its metadata
 */
@Override
public void internalInitialize(BeanDeployerEnvironment environment) {
  preInitialize();
  BeanLogger.LOG.creatingBean(getType());
  if (getScope() != null) {
    proxyRequired = isNormalScoped();
  } else {
    proxyRequired = false;
  }
  BeanLogger.LOG.qualifiersUsed(getQualifiers(), this);
  BeanLogger.LOG.usingName(getName(), this);
  BeanLogger.LOG.usingScope(getScope(), this);
}
origin: org.jboss.weld.se/weld-se

/**
 * Initializes the bean and its metadata
 */
@Override
public void internalInitialize(BeanDeployerEnvironment environment) {
  preInitialize();
  BeanLogger.LOG.creatingBean(getType());
  if (getScope() != null) {
    proxyRequired = isNormalScoped();
  } else {
    proxyRequired = false;
  }
  BeanLogger.LOG.qualifiersUsed(getQualifiers(), this);
  BeanLogger.LOG.usingName(getName(), this);
  BeanLogger.LOG.usingScope(getScope(), this);
}
origin: weld/core

/**
 * Initializes the bean and its metadata
 */
@Override
public void internalInitialize(BeanDeployerEnvironment environment) {
  preInitialize();
  BeanLogger.LOG.creatingBean(getType());
  if (getScope() != null) {
    proxyRequired = isNormalScoped();
  } else {
    proxyRequired = false;
  }
  BeanLogger.LOG.qualifiersUsed(getQualifiers(), this);
  BeanLogger.LOG.usingName(getName(), this);
  BeanLogger.LOG.usingScope(getScope(), this);
}
origin: weld/core

/**
 * Initializes the bean and its metadata
 */
@Override
public void internalInitialize(BeanDeployerEnvironment environment) {
  preInitialize();
  BeanLogger.LOG.creatingBean(getType());
  if (getScope() != null) {
    proxyRequired = isNormalScoped();
  } else {
    proxyRequired = false;
  }
  BeanLogger.LOG.qualifiersUsed(getQualifiers(), this);
  BeanLogger.LOG.usingName(getName(), this);
  BeanLogger.LOG.usingScope(getScope(), this);
}
origin: org.jboss.weld.se/weld-se-shaded

/**
 * Initializes the bean and its metadata
 */
@Override
public void internalInitialize(BeanDeployerEnvironment environment) {
  preInitialize();
  BeanLogger.LOG.creatingBean(getType());
  if (getScope() != null) {
    proxyRequired = isNormalScoped();
  } else {
    proxyRequired = false;
  }
  BeanLogger.LOG.qualifiersUsed(getQualifiers(), this);
  BeanLogger.LOG.usingName(getName(), this);
  BeanLogger.LOG.usingScope(getScope(), this);
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

/**
 * Initializes the bean and its metadata
 */
@Override
public void internalInitialize(BeanDeployerEnvironment environment) {
  preInitialize();
  BeanLogger.LOG.creatingBean(getType());
  if (getScope() != null) {
    proxyRequired = isNormalScoped();
  } else {
    proxyRequired = false;
  }
  BeanLogger.LOG.qualifiersUsed(getQualifiers(), this);
  BeanLogger.LOG.usingName(getName(), this);
  BeanLogger.LOG.usingScope(getScope(), this);
}
org.jboss.weld.beanAbstractBeanisNormalScoped

Popular methods of AbstractBean

  • attributes
  • checkSpecialization
    Validates specialization if this bean specializes another bean.
  • checkType
  • destroy
  • getAnnotated
    Returns the annotated item the bean represents
  • getBeanClass
  • getBeanManager
  • getInjectionPoints
  • getName
  • getQualifiers
  • getScope
  • getSpecializedBeans
  • getScope,
  • getSpecializedBeans,
  • getType,
  • getTypes,
  • internalInitialize,
  • isSpecializing,
  • postSpecialize,
  • preInitialize,
  • preSpecialize

Popular in Java

  • Updating database using SQL prepared statement
  • compareTo (BigDecimal)
  • onCreateOptionsMenu (Activity)
  • getSystemService (Context)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now