|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.portal.pages.Dispatch
public class Dispatch
Dispatch is the only Tapestry Page object, and it is responsible for three tasks:
https://fascinator.usq.edu.au/trac/wiki/Fascinator/Documents/Portal/ JavaCore#TapestryPages
| Field Summary | |
|---|---|
static String |
DEFAULT_RESOURCE
The default resource if none is specified. |
| Constructor Summary | |
|---|---|
Dispatch()
|
|
| Method Summary | |
|---|---|
String |
getBestMatchResource(String resource)
Parse the request URL to find the best matching resource from the portal. |
org.apache.tapestry5.StreamResponse |
onActivate(Object... params)
Entry point for Tapestry to send page requests. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_RESOURCE
| Constructor Detail |
|---|
public Dispatch()
| Method Detail |
|---|
public org.apache.tapestry5.StreamResponse onActivate(Object... params)
params - : An array of request parameters from Tapestrypublic String getBestMatchResource(String resource)
resource - : The resource we are looking for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||