This project has retired. For details please refer to its Attic page.

org.apache.lenya.cms.publication
Interface DocumentFactoryBuilder


public interface DocumentFactoryBuilder

Document factory builder.


Field Summary
static java.lang.String ROLE
          The Avalon service role.
 
Method Summary
 DocumentFactory createDocumentFactory(Session session)
          Creates a new document factory.
 

Field Detail

ROLE

static final java.lang.String ROLE
The Avalon service role.

Method Detail

createDocumentFactory

DocumentFactory createDocumentFactory(Session session)
Creates a new document factory.

Parameters:
session - The session.
Returns:
A document identity map.


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.