Class WebXml.RelativeOrder

java.lang.Object
cloud.piranha.core.api.WebXml.RelativeOrder
Enclosing class:
WebXml

public static class WebXml.RelativeOrder extends Object
A class used to deal with before/after ordering.
  • Constructor Details

    • RelativeOrder

      public RelativeOrder()
      Constructor.
    • RelativeOrder

      public RelativeOrder(List<String> before, List<String> after)
      Constructor.
      Parameters:
      before - the before.
      after - the after.
  • Method Details

    • getBefore

      public List<String> getBefore()
      Returns the before.
      Returns:
      the before
    • setBefore

      public void setBefore(List<String> before)
      Set the before.
      Parameters:
      before - the before.
    • getAfter

      public List<String> getAfter()
      Returns the after.
      Returns:
      the after
    • setAfter

      public void setAfter(List<String> after)
      Set the after.
      Parameters:
      after - the after.