java.lang.Object
com.liferay.portal.osgi.web.servlet.context.helper.order.Order

public class Order extends Object
  • Field Details

    • OTHERS

      public static final String OTHERS
  • Constructor Details

    • Order

      public Order()
  • Method Details

    • getRoutes

      public EnumMap<Order.Path,String[]> getRoutes()
    • isAfter

      public boolean isAfter(String name)
    • isAfterOthers

      public boolean isAfterOthers()
    • isBefore

      public boolean isBefore(String name)
    • isBeforeOthers

      public boolean isBeforeOthers()
    • isOrdered

      public boolean isOrdered()
    • setRoutes

      public void setRoutes(EnumMap<Order.Path,String[]> routes)