org.cruxframework.crux.widgets.rebind.slideshow
Class SlideshowConfig

java.lang.Object
  extended by org.cruxframework.crux.widgets.rebind.slideshow.SlideshowConfig

public class SlideshowConfig
extends Object

Maps all layoutNames in a module.

Author:
Thiago Bustamante

Constructor Summary
SlideshowConfig()
           
 
Method Summary
static String getLayout(String name)
           
static String getService(String name)
           
static void initialize()
           
protected static void initializeLayouts()
           
protected static void initializeServices()
           
static Iterator<String> iterateLayouts()
           
static Iterator<String> iterateServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideshowConfig

public SlideshowConfig()
Method Detail

initialize

public static void initialize()

initializeLayouts

protected static void initializeLayouts()

initializeServices

protected static void initializeServices()

getLayout

public static String getLayout(String name)
Parameters:
name -
Returns:

iterateLayouts

public static Iterator<String> iterateLayouts()
Returns:

getService

public static String getService(String name)
Parameters:
name -
Returns:

iterateServices

public static Iterator<String> iterateServices()
Returns:


Copyright © 2014. All rights reserved.