Interface Page

com.woltlab.wcf.page

Description

All page classes should implement this interface.

  • author: Marcel Werk
  • copyright: 2001-2009 WoltLab GmbH
  • license: GNU

	

Direct descendents

Class Description
Form All form classes should implement this interface.

Method Summary

Return Name
void assignVariables()
void readData()
void readParameters()
void show()

Methods

assignVariables

public void assignVariables()

Assigns variables to the template engine.


readData

public void readData()

Reads/Gets the data to be displayed on this page.


readParameters

public void readParameters()

Reads the given parameters.


show

public void show()

Shows the requested page.