org.jboss.seam.jcr
Class ConfigParams

java.lang.Object
  extended by org.jboss.seam.jcr.ConfigParams

public abstract class ConfigParams
extends Object

A set of ConfigParams for both Jackrabbit and ModeShape to avoid duplicating the setting value.

Author:
johnament

Field Summary
static String JACKRABBIT_REPOSITORY_CONF
          Represents the Jackrabbit Repository Conf parameter in the settings.
static String JACKRABBIT_REPOSITORY_HOME
          Represents the Jackrabbit Repository Home parameter.
static String JCR_REPOSITORY_CONFIG_MAP
          Represents the current configuration map for a repository
static String MODESHAPE_URL
          Represents the ModeShape URL Parameter.
static String WORKSPACE_NAME
          Represents the current workspace name
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JACKRABBIT_REPOSITORY_CONF

public static final String JACKRABBIT_REPOSITORY_CONF
Represents the Jackrabbit Repository Conf parameter in the settings.

See Also:
Constant Field Values

JACKRABBIT_REPOSITORY_HOME

public static final String JACKRABBIT_REPOSITORY_HOME
Represents the Jackrabbit Repository Home parameter.

See Also:
Constant Field Values

MODESHAPE_URL

public static final String MODESHAPE_URL
Represents the ModeShape URL Parameter.

See Also:
Constant Field Values

WORKSPACE_NAME

public static final String WORKSPACE_NAME
Represents the current workspace name

See Also:
Constant Field Values

JCR_REPOSITORY_CONFIG_MAP

public static final String JCR_REPOSITORY_CONFIG_MAP
Represents the current configuration map for a repository

See Also:
Constant Field Values


Copyright © 2011 Seam Framework. All Rights Reserved.