org.jtheque.films.websearch
Class WebSearchModule

java.lang.Object
  extended by org.jtheque.films.websearch.WebSearchModule

@Module(id="jtheque-websearch-module",
        i18n="classpath:org/jtheque/films/websearch/i18n/web",
        version="1.4.1",
        core="2.0.2",
        jarFile="jtheque-websearch-module-1.4.1.jar",
        dependencies="jtheque-films-module",
        updateURL="http://jtheque.developpez.com/public/versions/WebSearchModule.versions")
public final class WebSearchModule
extends Object

A module to search films, actors and realizers on the web.

Author:
Baptiste Wicht

Field Summary
static String IMAGE_BASE_NAME
           
 
Constructor Summary
WebSearchModule()
           
 
Method Summary
 void plug()
          Plug the module.
 void setChoiceActions(org.jtheque.primary.view.impl.choice.ChoiceAction[] choiceActions)
          Set the choice actions.
 void unplug()
          Unplug the module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGE_BASE_NAME

public static final String IMAGE_BASE_NAME
See Also:
Constant Field Values
Constructor Detail

WebSearchModule

public WebSearchModule()
Method Detail

plug

@Plug
public void plug()
Plug the module.


unplug

@UnPlug
public void unplug()
Unplug the module.


setChoiceActions

public void setChoiceActions(org.jtheque.primary.view.impl.choice.ChoiceAction[] choiceActions)
Set the choice actions.

Parameters:
choiceActions - The choice actions.


Copyright © 2010 JTheque. All Rights Reserved.