org.openpermis.editor.policy.configuration
Class ConfigurationScopedSection.Factory

java.lang.Object
  extended by org.openpermis.editor.policy.configuration.ConfigurationSection.Factory
      extended by org.openpermis.editor.policy.configuration.ConfigurationScopedSection.Factory
All Implemented Interfaces:
ConfigurationSectionFactory
Enclosing class:
ConfigurationScopedSection

public static class ConfigurationScopedSection.Factory
extends ConfigurationSection.Factory

Factory for scoped configuration sections.

Since:
0.9.0

Constructor Summary
ConfigurationScopedSection.Factory(String name, Class<?> scope)
          Creates a configuration section factory for elements with the specified name.
 
Method Summary
protected  ConfigurationSection primCreateSection(org.dom4j.Element element)
          Primitive to create the actual section for an element.
 
Methods inherited from class org.openpermis.editor.policy.configuration.ConfigurationSection.Factory
createSection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationScopedSection.Factory

public ConfigurationScopedSection.Factory(String name,
                                          Class<?> scope)
Creates a configuration section factory for elements with the specified name.

Parameters:
name - the name of the element to match.
scope - the scope class for child implementations.
Since:
0.9.0
Method Detail

primCreateSection

protected ConfigurationSection primCreateSection(org.dom4j.Element element)
Description copied from class: ConfigurationSection.Factory
Primitive to create the actual section for an element.

Specified by:
primCreateSection in class ConfigurationSection.Factory
Parameters:
element - the element to create the section for.
Returns:
the configuration section created.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG