net.sf.webmancer.model.dom
Class DOMModeler
java.lang.Object
net.sf.webmancer.model.dom.DOMModeler
- All Implemented Interfaces:
- IModeler, org.springframework.beans.factory.BeanNameAware
public class DOMModeler
- extends java.lang.Object
- implements IModeler, org.springframework.beans.factory.BeanNameAware
- Author:
- Michal Burda
Constructor Summary |
DOMModeler()
Constructs the DomModeler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODEL_ATTRIBUTE_NAME
public static final java.lang.String MODEL_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
ROOT_ELEMENT_NAME
public static final java.lang.String ROOT_ELEMENT_NAME
- See Also:
- Constant Field Values
MODEL_OBJECT_NAME
public static final java.lang.String MODEL_OBJECT_NAME
- See Also:
- Constant Field Values
DOMModeler
public DOMModeler()
throws ModelingException
- Constructs the DomModeler.
- Throws:
ModelingException
createModel
public org.springframework.web.servlet.ModelAndView createModel(IModelable modelable)
throws ModelingException
- Specified by:
createModel
in interface IModeler
- Returns:
-
- Throws:
ModelingException
- See Also:
IModeler.createModel(net.sf.webmancer.model.IModelable)
setBeanName
public void setBeanName(java.lang.String name)
- Specified by:
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
- See Also:
BeanNameAware.setBeanName(java.lang.String)
Copyright © 2006-2007. All Rights Reserved.