Uses of Class
org.apache.jetspeed.serializer.SerializerException

Packages that use SerializerException
org.apache.jetspeed.serializer   
 

Uses of SerializerException in org.apache.jetspeed.serializer
 

Methods in org.apache.jetspeed.serializer that throw SerializerException
 void JetspeedSerializer.exportData(String name, String exportFileName, Map settings)
          Main routine to export the set of data elements and write them to the named XML file.
 void JetspeedSerializer.importData(String importFileName, Map settings)
          Main routine to import the set of data elements and write them to the current environment.
 void JetspeedSerializer.initializeComponentManager(String appRoot, String[] bootConfig, String[] appConfig)
          Create a component manager with the list of primary components (boot), the application components and the root path of the application
 void JetspeedSerializer.setComponentManager(ComponentManager cm)
          hand the serializer an existing component manager to access the environment
 



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