org.apache.cxf.management.web.browser.client.service.browser
Class Links

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.service.browser.Links

public class Links
extends Object


Field Summary
static Links EMPTY
           
 
Constructor Summary
Links(com.google.gwt.xml.client.Document document)
           
 
Method Summary
 boolean firstAvailable()
           
 String getFirst()
           
 String getLast()
           
 String getNext()
           
 String getPrevious()
           
 String getSelf()
           
 boolean lastAvailable()
           
 boolean nextAvailable()
           
 boolean previousAvailable()
           
 boolean selfAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final Links EMPTY
Constructor Detail

Links

public Links(@Nonnull
             com.google.gwt.xml.client.Document document)
Method Detail

firstAvailable

public boolean firstAvailable()

previousAvailable

public boolean previousAvailable()

selfAvailable

public boolean selfAvailable()

nextAvailable

public boolean nextAvailable()

lastAvailable

public boolean lastAvailable()

getFirst

@Nullable
public String getFirst()

getPrevious

@Nullable
public String getPrevious()

getSelf

@Nullable
public String getSelf()

getNext

@Nullable
public String getNext()

getLast

@Nullable
public String getLast()


Apache CXF