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

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

public static class ConfigurationGenericSection.Factory
extends ConfigurationSection.Factory

Factory for generic configuration sections.

Since:
0.9.0

Constructor Summary
ConfigurationGenericSection.Factory(String name, boolean caching)
          Creates a configuration section factory for elements with the specified name.
 
Method Summary
protected  ConfigurationGenericSection 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

ConfigurationGenericSection.Factory

public ConfigurationGenericSection.Factory(String name,
                                           boolean caching)
Creates a configuration section factory for elements with the specified name.

Parameters:
name - the name of the element to match.
caching - indicates if the configuration section is created with caching or not.
Since:
0.9.0
Method Detail

primCreateSection

protected ConfigurationGenericSection primCreateSection(org.dom4j.Element element)
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