Package | Description |
---|---|
org.apache.shale.remoting |
This package contains interfaces and APIs to support access for remoting
(client side components that need to perform server side activities and/or
retrieve information on a background thread).
|
org.apache.shale.remoting.faces |
This package contains integration for the Shale remoting facilities
with standard JavaServer Faces extension points.
|
org.apache.shale.remoting.impl |
This package contains default implementations for the APIs specified
by Shale remoting support.
|
Modifier and Type | Method and Description |
---|---|
Mappings |
Mapping.getMappings()
|
Modifier and Type | Method and Description |
---|---|
void |
Mapping.setMappings(Mappings mappings)
|
Modifier and Type | Method and Description |
---|---|
Mappings |
MappingsHelper.getMappings(javax.faces.context.FacesContext context)
Return the
Mappings instance for this web application,
creating it if necessary. |
Modifier and Type | Class and Description |
---|---|
class |
MappingsImpl
Default implementation of
Mappings . |
Modifier and Type | Method and Description |
---|---|
Mappings |
MappingImpl.getMappings()
|
Modifier and Type | Method and Description |
---|---|
void |
MappingImpl.setMappings(Mappings mappings)
|
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.