Graphene Implementation 1.0.0.CR3

org.jboss.arquillian.ajocado.framework.internal
Class PageExtensionsImpl

java.lang.Object
  extended by org.jboss.arquillian.ajocado.framework.internal.PageExtensionsImpl
All Implemented Interfaces:
PageExtensions

public class PageExtensionsImpl
extends Object
implements PageExtensions

Defines methods for installing JavaScript page extension to the target page.

Version:
$Revision$
Author:
Lukas Fryc

Constructor Summary
PageExtensionsImpl()
           
 
Method Summary
 void install()
          Install.
 boolean isInstalled()
          Checks if RichFacesSelenium is already installed
 void loadFromResources(List<String> resourceNames)
          Loads the page JS extensions from resources defined by list of resource names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageExtensionsImpl

public PageExtensionsImpl()
Method Detail

install

public void install()
Install.

Specified by:
install in interface PageExtensions

isInstalled

public boolean isInstalled()
Checks if RichFacesSelenium is already installed

Specified by:
isInstalled in interface PageExtensions
Returns:
true, if is installed

loadFromResources

public void loadFromResources(List<String> resourceNames)
Loads the page JS extensions from resources defined by list of resource names.

Specified by:
loadFromResources in interface PageExtensions
Parameters:
resourceNames - the list of full paths to resources

Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.