Class ShrinkWrapManipulator

java.lang.Object
com.flowlogix.util.ShrinkWrapManipulator

public class ShrinkWrapManipulator extends Object
modifies web.xml according to xpath and function
Author:
lprimak
  • Field Details

  • Constructor Details

    • ShrinkWrapManipulator

      public ShrinkWrapManipulator()
  • Method Details

    • webXmlXPath

      public void webXmlXPath(org.jboss.shrinkwrap.api.spec.WebArchive archive, List<ShrinkWrapManipulator.Action> actions)
      modified web.xml according to xpath and method
      Parameters:
      archive - to modify
      actions - list of actions to perform
    • isClientStateSavingIntegrationTest

      public static boolean isClientStateSavingIntegrationTest()
    • isShiroNativeSessionsIntegrationTest

      public static boolean isShiroNativeSessionsIntegrationTest()
    • toHttpsURL

      public static URL toHttpsURL(URL httpUrl)
    • getStandardActions

      public static List<ShrinkWrapManipulator.Action> getStandardActions()