org.alfresco.web.config
Class ViewsElementReader
java.lang.Object
org.alfresco.web.config.ViewsElementReader
- All Implemented Interfaces:
- org.springframework.extensions.config.xml.elementreader.ConfigElementReader
public class ViewsElementReader
- extends java.lang.Object
- implements org.springframework.extensions.config.xml.elementreader.ConfigElementReader
Custom element reader to parse config for client views
Method Summary |
org.springframework.extensions.config.ConfigElement |
parse(org.dom4j.Element element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_VIEW
public static final java.lang.String ELEMENT_VIEW
- See Also:
- Constant Field Values
ELEMENT_VIEWIMPL
public static final java.lang.String ELEMENT_VIEWIMPL
- See Also:
- Constant Field Values
ELEMENT_VIEWDEFAULTS
public static final java.lang.String ELEMENT_VIEWDEFAULTS
- See Also:
- Constant Field Values
ELEMENT_PAGESIZE
public static final java.lang.String ELEMENT_PAGESIZE
- See Also:
- Constant Field Values
ELEMENT_SORTCOLUMN
public static final java.lang.String ELEMENT_SORTCOLUMN
- See Also:
- Constant Field Values
ELEMENT_SORTDIRECTION
public static final java.lang.String ELEMENT_SORTDIRECTION
- See Also:
- Constant Field Values
ViewsElementReader
public ViewsElementReader()
parse
public org.springframework.extensions.config.ConfigElement parse(org.dom4j.Element element)
- Specified by:
parse
in interface org.springframework.extensions.config.xml.elementreader.ConfigElementReader
- See Also:
ConfigElementReader.parse(org.dom4j.Element)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.