Package com.flagstone.transform.action

Examples of com.flagstone.transform.action.GetUrl


        newActions.add(new Push(rewriteObjectValues(rw,
            push.getValues())));

      } else if (action instanceof GetUrl) {

        GetUrl getUrl = (GetUrl) action;
        newActions.add(new GetUrl(rewriteString(rw, getUrl.getUrl()),
            getUrl.getTarget()));

      } else {
        newActions.add(action);
      }
    }
View Full Code Here

TOP

Related Classes of com.flagstone.transform.action.GetUrl

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.