de.matthias_burbach.mosaique.core.parser
Class TilesDefinitionsParser

java.lang.Object
  extended byde.matthias_burbach.mosaique.core.parser.TilesDefinitionsParser

public class TilesDefinitionsParser
extends java.lang.Object

Author:
Matthias Burbach

Constructor Summary
TilesDefinitionsParser()
           
 
Method Summary
 TilesDefinitions parse(java.lang.String path, Context context)
          Parses a Tiles definitions configuration from a file into the internal representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TilesDefinitionsParser

public TilesDefinitionsParser()
Method Detail

parse

public TilesDefinitions parse(java.lang.String path,
                              Context context)
                       throws java.lang.Exception
Parses a Tiles definitions configuration from a file into the internal representation.

Parameters:
path - The full path of the Tiles definitions to parse.
context - The context to inject into parsed objects.
Returns:
The internal representation of the successfully parsed Tiles definitions.
Throws:
java.lang.Exception - if anything goes wrong


Copyright © 2005-2006 . All Rights Reserved.