org.juzu.metadata
Class ApplicationDescriptor
java.lang.Object
org.juzu.metadata.ApplicationDescriptor
public class ApplicationDescriptor
- extends Object
- Author:
- Julien Viet
ApplicationDescriptor
public ApplicationDescriptor(Class<?> applicationClass,
Class<?> defaultController,
Boolean escapeXML,
String templatesPackageName)
getApplicationClass
public Class<?> getApplicationClass()
getApplicationLoader
public ClassLoader getApplicationLoader()
getPackageName
public String getPackageName()
getEscapeXML
public Boolean getEscapeXML()
getName
public String getName()
getDefaultController
public Class<?> getDefaultController()
getControllers
public List<ControllerDescriptor> getControllers()
getControllerMethods
public List<ControllerMethod> getControllerMethods()
getTemplates
public List<TemplateDescriptor> getTemplates()
getTemplate
public TemplateDescriptor getTemplate(String path)
throws NullPointerException
- Throws:
NullPointerException
getControllerMethod
public ControllerMethod getControllerMethod(Class<?> type,
String name,
Class<?>... parameterTypes)
getControllerMethodById
public ControllerMethod getControllerMethodById(String methodId)
getTemplatesPackageName
public String getTemplatesPackageName()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.