com.atlassian.confluence.it
Class Meta

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

public class Meta
extends Object


Constructor Summary
Meta(net.sourceforge.jwebunit.junit.WebTester tester)
           
 
Method Summary
 String get(String key)
          Returns the String value of a metadata meta tag with given key, prefixed by ajs-.
static String get(String key, net.sourceforge.jwebunit.junit.WebTester tester)
          Returns the String value of a metadata meta tag with given key, prefixed by ajs-.
 long getContentId()
           
 long getLong(String key)
           
 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(net.sourceforge.jwebunit.junit.WebTester tester)
Method Detail

get

public static String get(String key,
                         net.sourceforge.jwebunit.junit.WebTester tester)
Returns the String value of a metadata meta tag with given key, prefixed by ajs-.


get

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


getLong

public long getLong(String key)

getPageId

public long getPageId()

getContentId

public long getContentId()


Copyright © 2003-2012 Atlassian. All Rights Reserved.