Package org.w3c.jigsaw.ssi.commands

Examples of org.w3c.jigsaw.ssi.commands.ControlCommand.jumpTo()


    {
  if ((! control) || (command == null))
      throw new ControlCommandException("SEGMENT","Internal Error");
  ControlCommand cc = (ControlCommand)command;
  int jump = 0;
  jump = cc.jumpTo(ssiframe,
       request,
       registry,
       parameters,
       ssiframe.vars);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.