org.mvel2.optimizers.impl.refl.collection
Class ListCreator

java.lang.Object
  extended by org.mvel2.optimizers.impl.refl.collection.ListCreator
All Implemented Interfaces:
Accessor

public class ListCreator
extends Object
implements Accessor

Author:
Christopher Brock

Constructor Summary
ListCreator(Accessor[] values)
           
 
Method Summary
 Class getKnownEgressType()
           
 Object getValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory)
           
 Accessor[] getValues()
           
 Object setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListCreator

public ListCreator(Accessor[] values)
Method Detail

getValue

public Object getValue(Object ctx,
                       Object elCtx,
                       VariableResolverFactory variableFactory)
Specified by:
getValue in interface Accessor

setValue

public Object setValue(Object ctx,
                       Object elCtx,
                       VariableResolverFactory variableFactory,
                       Object value)
Specified by:
setValue in interface Accessor

getKnownEgressType

public Class getKnownEgressType()
Specified by:
getKnownEgressType in interface Accessor

getValues

public Accessor[] getValues()


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.