|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectasit.framework.servlet.content.ContentFactory
| Field Summary | |
protected String |
contentDefaultEncoding_
|
protected HttpServletRequest |
httpServletRequest_
|
protected Properties |
messageProperties_
|
protected String |
redirector_
|
| Constructor Summary | |
ContentFactory(File messagepropertiesfile)
|
|
| Method Summary | |
abstract String |
getContent()
interface used for a FrontEndServlet |
abstract String |
getContentTitle()
interface used for a FrontEndServlet |
abstract String |
getDispatchTitle()
interface used for a FrontEndServlet |
abstract String |
getPageTitle()
interface used for a FrontEndServlet |
String |
getPropertyValue(String key)
|
String |
getRedirector()
|
abstract String |
getResponseString()
interface used for a BackEndServlet |
void |
setHttpServletRequest(HttpServletRequest request)
|
abstract String |
setHttpServletResponse(HttpServletResponse response)
interface used for a BackEndServlet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Properties messageProperties_
protected HttpServletRequest httpServletRequest_
protected String contentDefaultEncoding_
protected String redirector_
| Constructor Detail |
public ContentFactory(File messagepropertiesfile)
throws IOException
messagepropertiesfile -
IOException| Method Detail |
public String getRedirector()
public String getPropertyValue(String key)
public abstract String getPageTitle()
public abstract String getDispatchTitle()
public abstract String getContentTitle()
public abstract String getContent()
public abstract String setHttpServletResponse(HttpServletResponse response)
public abstract String getResponseString()
public void setHttpServletRequest(HttpServletRequest request)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||