|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISpecificationParser
Service interface for a wrapper around the class
SpecificationParser.
Because the implementation of SpecificationParser
is not threadsafe, the implementation of this
service uses the pooled service model.
Note: had to use the 'I' prefix, so that SpecificationParser
could keep its name. Otherwise, it makes Spindle support really, really ugly.
| Method Summary | |
|---|---|
IApplicationSpecification |
parseApplicationSpecification(Resource resource)
Parses an application specification from the provided Resource. |
IComponentSpecification |
parseComponentSpecification(Resource resource)
|
ILibrarySpecification |
parseLibrarySpecification(Resource resource)
|
IComponentSpecification |
parsePageSpecification(Resource resource)
|
| Method Detail |
|---|
IApplicationSpecification parseApplicationSpecification(Resource resource)
ApplicationRuntimeException - on any error.IComponentSpecification parseComponentSpecification(Resource resource)
ILibrarySpecification parseLibrarySpecification(Resource resource)
IComponentSpecification parsePageSpecification(Resource resource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||