Package org.w3c.jigsaw.ssi.commands

Examples of org.w3c.jigsaw.ssi.commands.ControlCommand


      this.registry = registry ;
      this.command  = registry.lookupCommand(commandName) ;
      this.control  = (command instanceof ControlCommand);
  }
  if (control) {
      ControlCommand cc = (ControlCommand)command;
      cc.setPosition(ssiframe,
         request,
         registry,
         parameters,
         variables,
         position);
View Full Code Here

TOP

Related Classes of org.w3c.jigsaw.ssi.commands.ControlCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.