|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for an object that vends Page instances
Method Summary | |
Page |
getPage(java.lang.String name,
java.util.Locale locale)
Returns a Page. |
void |
setConfig(NiggleConfig config)
pass a copy of the NiggleConfig object for setup info. |
void |
setDefaultPath(java.lang.String path)
|
Method Detail |
public Page getPage(java.lang.String name, java.util.Locale locale) throws java.io.IOException
name
- a string that somehow identifies the page. May or
may not be related to a file system name.locale
- the place for which the page is intended.
java.io.IOException
- thrown if a necessary underlying resource is
unavailable.public void setConfig(NiggleConfig config) throws javax.servlet.ServletException
javax.servlet.ServletException
public void setDefaultPath(java.lang.String path) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |