Interface JSONFunctor
-
- All Superinterfaces:
JMetaMetaFunctor
,Serializable
- All Known Subinterfaces:
JFunctor
- All Known Implementing Classes:
ANDLogicBlocks
,jAnd
,jclearEnv
,jConcat
,jContains
,jDrop
,jEcho
,jElse
,jEndsWith
,jEquals
,jExists
,jFalse
,JFunctorImpl
,jgetEnv
,jIf
,jMatch
,jNot
,jOr
,jRaiseError
,jReplace
,jsetEnv
,jStartsWith
,jStringComparisons
,jThen
,jToArray
,jToLowerCase
,jToUpperCase
,jTrue
,jXOr
,LogicBlock
,LogicBlocks
,ORLogicBlocks
,UserDefined
,XORLogicBlocks
public interface JSONFunctor extends JMetaMetaFunctor
Interface for functor like things that are defined in JSON. These can execute something.Created by Jeff Gaynor
on 6/14/18 at 10:21 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.sf.json.JSONObject
toJSON()
-
Methods inherited from interface edu.uiuc.ncsa.security.util.functor.JMetaMetaFunctor
execute, getResult
-
-