congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ContainerConfigELResolver
Code IndexAdd Tabnine to your IDE (free)

How to use
ContainerConfigELResolver
in
org.apache.shindig.config

Best Java code snippets using org.apache.shindig.config.ContainerConfigELResolver (Showing top 10 results out of 315)

origin: com.lmco.shindig/shindig-common

@Override
public Class<?> getType(ELContext context, Object base, Object property) {
 if ((base == null) || (base instanceof ContainerReference)) {
  context.setPropertyResolved(true);
  Object value = getValue(context, base, property);
  return (value == null) ? null : value.getClass();
 }
 
 return null;
}
origin: org.gatein.shindig/shindig-common

/**
 * Protected to allow overriding.
 */
protected ELContext createExpressionContext(String container) {
 return getExpressions().newELContext(new ContainerConfigELResolver(this, container));
}
origin: com.lmco.shindig/shindig-common

/**
 * Protected to allow overriding.
 */
protected ELContext createExpressionContext(String container) {
 return getExpressions().newELContext(new ContainerConfigELResolver(this, container));
}
origin: org.apache.shindig/shindig-common

protected ELContext createExpressionContext(String container) {
 return getExpressions().newELContext(new ContainerConfigELResolver(this, container));
}
origin: apache/shindig

@Override
public Class<?> getType(ELContext context, Object base, Object property) {
 if ((base == null) || (base instanceof ContainerReference)) {
  context.setPropertyResolved(true);
  Object value = getValue(context, base, property);
  return (value == null) ? null : value.getClass();
 }
 return null;
}
origin: org.wso2.org.apache.shindig/shindig-common

protected ELContext createExpressionContext(String container) {
 return getExpressions().newELContext(new ContainerConfigELResolver(this, container));
}
origin: org.gatein.shindig/shindig-common

@Override
public Class<?> getType(ELContext context, Object base, Object property) {
 if ((base == null) || (base instanceof ContainerReference)) {
  context.setPropertyResolved(true);
  Object value = getValue(context, base, property);
  return (value == null) ? null : value.getClass();
 }
 
 return null;
}
origin: apache/shindig

protected ELContext createExpressionContext(String container) {
 return getExpressions().newELContext(new ContainerConfigELResolver(this, container));
}
origin: org.apache.shindig/shindig-common

@Override
public Class<?> getType(ELContext context, Object base, Object property) {
 if ((base == null) || (base instanceof ContainerReference)) {
  context.setPropertyResolved(true);
  Object value = getValue(context, base, property);
  return (value == null) ? null : value.getClass();
 }
 return null;
}
origin: org.wso2.org.apache.shindig/shindig-common

@Override
public Class<?> getType(ELContext context, Object base, Object property) {
 if ((base == null) || (base instanceof ContainerReference)) {
  context.setPropertyResolved(true);
  Object value = getValue(context, base, property);
  return (value == null) ? null : value.getClass();
 }
 return null;
}
org.apache.shindig.configContainerConfigELResolver

Javadoc

ELResolver that handles adds support for: - the "Cur" property, for explicit reference to the current container config - the "parent" property, for explicit and recursive reference to config parents - implicit reference to top-level properties in the current container config or inside any parents

Most used methods

  • <init>
  • getValue

Popular in Java

  • Start an intent from android
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • requestLocationUpdates (LocationManager)
  • findViewById (Activity)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Reference (javax.naming)
  • JCheckBox (javax.swing)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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