it.eng.spagobi.analiticalmodel.functionalitytree.presentation
Class ObjectsMenuHtmlGenerator
java.lang.Object
it.eng.spagobi.analiticalmodel.functionalitytree.presentation.ObjectsMenuHtmlGenerator
- All Implemented Interfaces:
- ITreeHtmlGenerator
public class ObjectsMenuHtmlGenerator
- extends java.lang.Object
- implements ITreeHtmlGenerator
Method Summary |
java.lang.StringBuffer |
makeAccessibleTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpRequest,
java.lang.String initialPath)
Make tree method for accessible trees. |
java.lang.StringBuffer |
makeTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpReq,
java.lang.String initialPath)
Make tree method. |
java.lang.StringBuffer |
makeTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpRequest,
java.lang.String initialPath,
java.lang.String treename)
Make tree method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
urlBuilder
protected IUrlBuilder urlBuilder
requestIdentity
protected java.lang.String requestIdentity
msgBuilder
protected IMessageBuilder msgBuilder
_bundle
protected java.lang.String _bundle
ObjectsMenuHtmlGenerator
public ObjectsMenuHtmlGenerator()
makeAccessibleTree
public java.lang.StringBuffer makeAccessibleTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpRequest,
java.lang.String initialPath)
- Description copied from interface:
ITreeHtmlGenerator
- Make tree method for accessible trees.
- Specified by:
makeAccessibleTree
in interface ITreeHtmlGenerator
- Parameters:
objectsList
- the objects listhttpRequest
- the http requestinitialPath
- the initial path
- Returns:
- the string buffer
- See Also:
it.eng.spagobi.analiticalmodel.functionalitytree.presentation.AdminTreeHtmlGenerator#makeTree(it.eng.spago.base.SourceBean,javax.servlet.http.HttpServletRequest)
makeTree
public java.lang.StringBuffer makeTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpRequest,
java.lang.String initialPath,
java.lang.String treename)
- Description copied from interface:
ITreeHtmlGenerator
- Make tree method.
- Specified by:
makeTree
in interface ITreeHtmlGenerator
- Parameters:
objectsList
- the objects listhttpRequest
- the http requestinitialPath
- the initial pathtreename
- the treename
- Returns:
- the string buffer
- See Also:
it.eng.spagobi.analiticalmodel.functionalitytree.presentation.AdminTreeHtmlGenerator#makeTree(it.eng.spago.base.SourceBean,javax.servlet.http.HttpServletRequest)
makeTree
public java.lang.StringBuffer makeTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpReq,
java.lang.String initialPath)
- Description copied from interface:
ITreeHtmlGenerator
- Make tree method.
- Specified by:
makeTree
in interface ITreeHtmlGenerator
- Parameters:
objectsList
- the objects listhttpReq
- the http requestinitialPath
- the initial path
- Returns:
- the string buffer
- See Also:
it.eng.spagobi.analiticalmodel.functionalitytree.presentation.AdminTreeHtmlGenerator#makeTree(it.eng.spago.base.SourceBean,javax.servlet.http.HttpServletRequest)