|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.barracudamvc.core.comp.helper.ComponentGateway
org.barracudamvc.core.comp.helper.BTemplateGateway
org.barracudamvc.examples.xmlc.CompEx8
public class CompEx8
Test our ability to detect client side Javascript being enabled.
Field Summary |
---|
Fields inherited from class org.barracudamvc.core.comp.helper.BTemplateGateway |
---|
logger |
Fields inherited from class org.barracudamvc.core.comp.helper.ComponentGateway |
---|
HTTP_SERVLET_REQUEST, HTTP_SERVLET_RESPONSE, recycleChildren |
Constructor Summary | |
---|---|
CompEx8()
|
Method Summary | |
---|---|
DOMWriter |
getDOMWriter()
Get a DOMWriter. |
Class |
getTemplateClass()
Return an instance of the template class (must implement Document) |
TemplateModel |
getTemplateModel()
Return an instance of the template model |
Methods inherited from class org.barracudamvc.core.comp.helper.BTemplateGateway |
---|
handleDefault |
Methods inherited from class org.barracudamvc.core.comp.helper.ComponentGateway |
---|
doDelete, doGet, doOptions, doPost, doPut, doTrace, getIterator, handleDefault, handleEventException, handleRenderException |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doHead, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompEx8()
Method Detail |
---|
public TemplateModel getTemplateModel()
getTemplateModel
in class BTemplateGateway
public Class getTemplateClass()
getTemplateClass
in class BTemplateGateway
public DOMWriter getDOMWriter()
ComponentGateway
Get a DOMWriter. By default, we use a DefaultDOMWriter. If you'd like to use something else, override this method.
getDOMWriter
in class ComponentGateway
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |