|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyTemplateFactory
This interface provides a factory for obtaining policy templates $Revision: 1.3 $
Method Summary | |
---|---|
java.util.Set |
getPolicyTemplateNames()
Get the names of available templates |
PolicyTemplate |
newPolicyTemplate(java.lang.String templateName)
Obtain a new instance of the named policy template |
Method Detail |
---|
PolicyTemplate newPolicyTemplate(java.lang.String templateName) throws PolicyTemplateInstantiationException
templateName
- The String specifying the policy template, for which an editor is requested.
PolicyEditorInstantiationException
- is thrown if the instantiation of the editor was not successful,
details will be provided in the exception's message.
PolicyTemplateInstantiationException
java.util.Set getPolicyTemplateNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |