org.alfresco.web.config
Class ViewsElementReader

java.lang.Object
  extended by 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


Field Summary
static java.lang.String ELEMENT_PAGESIZE
           
static java.lang.String ELEMENT_SORTCOLUMN
           
static java.lang.String ELEMENT_SORTDIRECTION
           
static java.lang.String ELEMENT_VIEW
           
static java.lang.String ELEMENT_VIEWDEFAULTS
           
static java.lang.String ELEMENT_VIEWIMPL
           
 
Constructor Summary
ViewsElementReader()
           
 
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
 

Field Detail

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
Constructor Detail

ViewsElementReader

public ViewsElementReader()
Method Detail

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.