This class represents a Command that is processed via Unified EL.
167168169170171172173174175176177
} // Create the Command Command command = null; if ((commandLine.length() > 0) || (commandChildren != null)) { command = new ELCommand( variable, convertKeywords(commandLine), commandChildren, elseCommand); }