com.atlassian.confluence.pages
Class TinyUrl

java.lang.Object
  extended by com.atlassian.confluence.pages.TinyUrl

public class TinyUrl
extends Object


Constructor Summary
TinyUrl(AbstractPage page)
           
TinyUrl(long id)
           
TinyUrl(String identifier)
           
 
Method Summary
 String getIdentifier()
           
 long getPageId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinyUrl

public TinyUrl(long id)

TinyUrl

public TinyUrl(AbstractPage page)

TinyUrl

public TinyUrl(String identifier)
Method Detail

getIdentifier

public String getIdentifier()

getPageId

public long getPageId()


Copyright © 2003-2013 Atlassian. All Rights Reserved.