org.jasig.portal.layout.dlm
Class Precedence
java.lang.Object
org.jasig.portal.layout.dlm.Precedence
public final class Precedence
- extends Object
- Since:
- uPortal 2.5
- Version:
- $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
RCS_ID
public static final String RCS_ID
- See Also:
- Constant Field Values
toString
public String toString()
- Overrides:
toString in class Object
isLessThan
public boolean isLessThan(Precedence p)
- Returns true of this complete precedence is less than the complete
precedence of the passed in Precedence object. The complete
precedence takes into account the location in the configuration
file of the fragment definition. If the "precedence" value is
equal then the precedence object with the lowest index has the
higher complete precedence. And index of -1 indicates the highest
index in the file.
isEqualTo
public boolean isEqualTo(Precedence p)
getUserPrecedence
public static Precedence getUserPrecedence()
Copyright © 2010 Jasig. All Rights Reserved.