Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
R
S
T
W
A
afterPhase(PhaseEvent)
- Method in class tutorial.jsf.ajax.
AjaxListener
Handling any potential Ajax component requests after the Restore View phase makes the restored view available to us.
afterPhase(PhaseEvent)
- Method in class tutorial.jsf.resource.
ResourceListener
AjaxComponent
- Interface in
tutorial.jsf.ajax
Title:
AjaxInterface
AjaxComponentRenderer
- Interface in
tutorial.jsf.ajax
Created:
Nov 6, 2007
Title:
AjaxRendererInterface
Description:
Copyright:
Copyright (c) 2007
Company:
Asparity Decision Solutions
AjaxListener
- Class in
tutorial.jsf.ajax
Title:
AjaxComponent
AjaxListener()
- Constructor for class tutorial.jsf.ajax.
AjaxListener
default empty constructor
AjaxTree
- Class in
tutorial.jsf.component.ajaxtree
Created:
Nov 3, 2007
Title:
AjaxComponent
Description:
AjaxTree()
- Constructor for class tutorial.jsf.component.ajaxtree.
AjaxTree
AjaxTreeDataProvider
- Interface in
tutorial.jsf.component.ajaxtree.model
Created:
Feb 2, 2008
Title:
AjaxTreeDataProvider
Description:
Copyright:
Copyright (c) 2008
Company:
Asparity Decision Solutions
AjaxTreeNode
- Class in
tutorial.jsf.component.ajaxtree.model
Created:
Feb 2, 2008
Title:
TreeNode
Description:
Copyright:
Copyright (c) 2008
Company:
Asparity Decision Solutions
AjaxTreeNode()
- Constructor for class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
default empty constructor
AjaxTreeNode(String, boolean)
- Constructor for class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
AjaxTreeNode(String, boolean, Object)
- Constructor for class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
AjaxTreeNode(String, boolean, Object, Object)
- Constructor for class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
AjaxTreeNode(String, boolean, Object, Object, Object)
- Constructor for class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
AjaxTreeRenderer
- Class in
tutorial.jsf.component.ajaxtree
Created:
Nov 3, 2007
Title:
AjaxComponentRenderer
Description:
Copyright:
Copyright (c) 2008
AjaxTreeRenderer()
- Constructor for class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
default empty constructor
AjaxTreeTag
- Class in
tutorial.jsf.component.ajaxtree
Title:
AjaxComponentTag
AjaxTreeTag()
- Constructor for class tutorial.jsf.component.ajaxtree.
AjaxTreeTag
default empty constructor
B
beforePhase(PhaseEvent)
- Method in class tutorial.jsf.ajax.
AjaxListener
Here we are just using the beforePhase to do some logging.
beforePhase(PhaseEvent)
- Method in class tutorial.jsf.resource.
ResourceListener
ResourceListener acts before the phase.
C
COMPONENT_FAMILY
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTree
COMPONENT_TYPE
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTree
D
DEFAULT_FACET
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
The default facet name that will be used if no facet is found for a node
DEFAULT_RENDERER_TYPE
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTree
defineContentHeaders(HttpServletResponse, String)
- Method in class tutorial.jsf.resource.
ResourceListener
Output http headers indicating the mime-type of the content being served.
E
encodeBegin(FacesContext, UIComponent)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
Writes out the root nodes and required resources.
encodeResource(FacesContext, UIComponent, String, String)
- Static method in class tutorial.jsf.resource.
ResourceUtil
escapeJSON(String)
- Static method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
This method is taken from http://www.JSON.org/java/json_simple.zip, by Fang Yidong.
F
findFacet(AjaxTree, AjaxTreeNode)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
Gets the facet for a given node.
G
getChildNodes(String)
- Method in interface tutorial.jsf.component.ajaxtree.model.
AjaxTreeDataProvider
A list of org.apache.myfaces.custom.ajaxtree.model.TreeNode, the children of the node represented by nodeString
getComponentType()
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeTag
getDataProvider()
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTree
getDataProvider()
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeTag
getErrorString(String)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
getFacetOutput(FacesContext, AjaxTree, AjaxTreeNode)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
Takes a tree and a node and uses the facet configured for that node type to generate an HTML string.
getFamily()
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTree
getLabel()
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
getNodeString()
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
getPhaseId()
- Method in class tutorial.jsf.ajax.
AjaxListener
getPhaseId()
- Method in class tutorial.jsf.resource.
ResourceListener
getRendererType()
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeTag
getRendersChildren()
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
AjaxTree does render children
getRootNodes()
- Method in interface tutorial.jsf.component.ajaxtree.model.
AjaxTreeDataProvider
A list of org.apache.myfaces.custom.ajaxtree.model.TreeNode
getType()
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
getWrapped()
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
H
handleAjaxRequest(FacesContext)
- Method in interface tutorial.jsf.ajax.
AjaxComponent
handleAjaxRequest(FacesContext, UIComponent)
- Method in interface tutorial.jsf.ajax.
AjaxComponentRenderer
handleAjaxRequest(FacesContext, String)
- Method in class tutorial.jsf.ajax.
AjaxListener
Deal with the ajax request.
handleAjaxRequest(FacesContext)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTree
This method is executed by the Ajax listener when an Ajax call for this component is detected.
handleAjaxRequest(FacesContext, UIComponent)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
Handles the request from the button, which was setup above in the encodeBegin() method.
HTML_CHILD_WRAPPER_CLASS
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_CLICK_AREA_CLASS
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_NODE_CLOSED
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_NODE_OPENED
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_NODE_STRING_NAME
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_ROOT_CLOSED
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_ROOT_LEAF
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_SERVER_URL_CLASS
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_TREE_NODE_CLASS
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
HTML_USER_DATA_CLASS
- Static variable in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
I
isLeaf()
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
L
ListenerUtil
- Class in
tutorial.jsf.listener
Created:
Mar 2, 2008
Title:
ListenerUtil
Description:
Copyright:
Copyright (c) 2008
ListenerUtil()
- Constructor for class tutorial.jsf.listener.
ListenerUtil
default empty constructor
logComponent(FacesContext, UIComponent)
- Static method in class tutorial.jsf.listener.
ListenerUtil
Logs a component and its child hierarchy.
logDebug(FacesContext)
- Static method in class tutorial.jsf.listener.
ListenerUtil
Logs some useful servlet context info.
R
release()
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeTag
renderRootNode(AjaxTree, FacesContext, AjaxTreeNode, int)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeRenderer
Renders a root node.
ResourceComponent
- Interface in
tutorial.jsf.resource
Created:
Mar 2, 2008
Title:
ResourceComponent
Description:
Copyright:
Copyright (c) 2008
ResourceListener
- Class in
tutorial.jsf.resource
Created:
Mar 2, 2008
Title:
ResourceListener
Description:
Copyright:
Copyright (c) 2008
ResourceListener()
- Constructor for class tutorial.jsf.resource.
ResourceListener
default empty constructor
ResourceUtil
- Class in
tutorial.jsf.resource
Created:
Mar 2, 2008
Title:
ResourceUtil
Description:
Copyright:
Copyright (c) 2008
ResourceUtil()
- Constructor for class tutorial.jsf.resource.
ResourceUtil
default empty constructor
S
setDataProvider(String)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeTag
setLabel(Object)
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
setLeaf(boolean)
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
setNodeString(String)
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
setProperties(UIComponent)
- Method in class tutorial.jsf.component.ajaxtree.
AjaxTreeTag
setType(Object)
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
setWrapped(Object)
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
T
toString()
- Method in class tutorial.jsf.component.ajaxtree.model.
AjaxTreeNode
tutorial.jsf.ajax
- package tutorial.jsf.ajax
tutorial.jsf.component.ajaxtree
- package tutorial.jsf.component.ajaxtree
tutorial.jsf.component.ajaxtree.model
- package tutorial.jsf.component.ajaxtree.model
tutorial.jsf.listener
- package tutorial.jsf.listener
tutorial.jsf.resource
- package tutorial.jsf.resource
W
writeResource(HttpServletResponse, String)
- Method in class tutorial.jsf.resource.
ResourceListener
Copy the content of the specified input stream to the servlet response.
A
B
C
D
E
F
G
H
I
L
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008. All Rights Reserved.