org.eggframework2.view.examples
Class AnotherSiteExample

java.lang.Object
  extended by org.eggframework2.view.examples.AnotherSiteExample
All Implemented Interfaces:
IElement, Site

public class AnotherSiteExample
extends java.lang.Object
implements Site

[PL] Przykładowa implementacja strony

Author:
Jacek Olszak

Constructor Summary
AnotherSiteExample()
           
 
Method Summary
 void init()
          [PL] Metoda uruchamiana przez SiteFactory po udanym stworzeniu strony
 void marshal(OutputBuilder builder)
          [PL] Szereguje swoją zawartość do obiektu OutputBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnotherSiteExample

public AnotherSiteExample()
Method Detail

init

public void init()
Description copied from interface: Site
[PL] Metoda uruchamiana przez SiteFactory po udanym stworzeniu strony

Specified by:
init in interface Site

marshal

public void marshal(OutputBuilder builder)
Description copied from interface: IElement
[PL] Szereguje swoją zawartość do obiektu OutputBuilder

Specified by:
marshal in interface IElement


Copyright © 2010. All Rights Reserved.