All Packages Class Hierarchy This Package Previous Next Index
Class jfd.ale.ALE
java.lang.Object
|
+----jfd.ale.ALE
- public class ALE
- extends Object
-
brew(String, String, FieldToComponentMapper, Container)
- Process the requested section in the supplied filename,
adding Components referenced in the section to the supplied
Container
-
brew(String[], String, FieldToComponentMapper, Container)
- Process the requested section in the supplied String array,
adding Components referenced in the section to the supplied
Container
brew
public static void brew(String fileName,
String sectionName,
FieldToComponentMapper enclosingObject,
Container theContainer) throws Exception
- Process the requested section in the supplied filename,
adding Components referenced in the section to the supplied
Container
- Parameters:
- fileName - file name containing the ale layout information
- sectionName - section to process within the supplied filename
- enclosingObject - object implementing the FieldToComponentMapper
interface that allows this method to get references to the Components
specified in the requested section.
- theContainer - Container into which the specified Components will
be placed.
- Throws: Exception
- if a fatal error is encountered while processing
the requested file and section. The thrown Exception's message
String will contain details as to the nature of the problem.
brew
public static void brew(String array[],
String sectionName,
FieldToComponentMapper enclosingObject,
Container theContainer) throws Exception
- Process the requested section in the supplied String array,
adding Components referenced in the section to the supplied
Container
- Parameters:
- array - String[] containing the ale layout information
- sectionName - section to process within the supplied array
- enclosingObject - object implementing the FieldToComponentMapper
interface that allows this method to get references to the Components
specified in the requested section.
- theContainer - Container into which the specified Components will
be placed.
- Throws: Exception
- if a fatal error is encountered while processing
the requested String array[] and section. The thrown Exception's message
String will contain details as to the nature of the problem.
All Packages Class Hierarchy This Package Previous Next Index