Uses of Class
org.nuxeo.ecm.webengine.model.Template
-
Packages that use Template Package Description org.nuxeo.ecm.webengine.invite org.nuxeo.ecm.webengine.model org.nuxeo.ecm.webengine.model.impl org.nuxeo.ecm.webengine.model.io -
-
Uses of Template in org.nuxeo.ecm.webengine.invite
Methods in org.nuxeo.ecm.webengine.invite that return Template Modifier and Type Method Description protected Template
UserInvitationObject. redisplayFormWithErrorMessage(String formName, String message, FormData data)
protected Template
UserInvitationObject. redisplayFormWithInfoMessage(String formName, String message, FormData data)
protected Template
UserInvitationObject. redisplayFormWithMessage(String messageType, String formName, String message, FormData data)
-
Uses of Template in org.nuxeo.ecm.webengine.model
Subclasses of Template in org.nuxeo.ecm.webengine.model Modifier and Type Class Description class
View
Methods in org.nuxeo.ecm.webengine.model that return Template Modifier and Type Method Description Template
Template. arg(String key, Object value)
Template
Template. args(Map<String,Object> args)
Template
Resource. getTemplate(String fileName)
Template
Resource. getView(String viewId)
-
Uses of Template in org.nuxeo.ecm.webengine.model.impl
Methods in org.nuxeo.ecm.webengine.model.impl that return Template Modifier and Type Method Description Template
AbstractResource. getTemplate(String fileName)
Template
AbstractResource. getView(String viewId)
-
Uses of Template in org.nuxeo.ecm.webengine.model.io
Methods in org.nuxeo.ecm.webengine.model.io with parameters of type Template Modifier and Type Method Description long
TemplateWriter. getSize(Template arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
void
TemplateWriter. writeTo(Template t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
-