com.atlassian.confluence.it
Class Meta

java.lang.Object
  extended by com.atlassian.confluence.it.Meta

public class Meta
extends Object


Constructor Summary
Meta()
           
 
Method Summary
static String get(String key)
          Returns the String value of a metadata meta tag with given key, prefixed by ajs-.
static long getContentId()
           
static long getLong(String key)
           
static long getPageId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meta

public Meta()
Method Detail

get

public static String get(String key)
Returns the String value of a metadata meta tag with given key, prefixed by ajs-.


getLong

public static long getLong(String key)

getPageId

public static long getPageId()

getContentId

public static long getContentId()


Copyright © 2003-2013 Atlassian. All Rights Reserved.