|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.annotation.PageAnnotationProcessor
public class PageAnnotationProcessor
A processsor for Page annotations
Copyright (c) Formaria Ltd., 2008
License: see license.txt
$Revision: 1.9 $
| Constructor Summary | |
|---|---|
PageAnnotationProcessor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPage(PageSupport page)
Get the page file name declaration. |
void |
setupComponents(PageSupport page)
Setup the annotated component references. |
void |
setupComponents(PageSupport page,
java.lang.Object source)
Setup the annotated component references. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageAnnotationProcessor()
| Method Detail |
|---|
public java.lang.String getPage(PageSupport page)
getPage in interface IPageAnnotationProcessorpublic void setupComponents(PageSupport page)
Setup the annotated component references. Component references can
be annotated as follows:
setupComponents in interface IPageAnnotationProcessor
page - the owner page, and the class containing the annotated component references
public void setupComponents(PageSupport page,
java.lang.Object source)
Setup the annotated component references. Component references can
be annotated as follows:
page - the owner pagesource - the class instance containing the annotated component references
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||