org.jasig.portal.layout.dlm
Class Precedence

java.lang.Object
  extended by 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) $

Field Summary
static String RCS_ID
           
 
Method Summary
static Precedence getUserPrecedence()
           
 boolean isEqualTo(Precedence p)
           
 boolean isLessThan(Precedence p)
          Returns true of this complete precedence is less than the complete precedence of the passed in Precedence object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final String RCS_ID
See Also:
Constant Field Values
Method Detail

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.