Package com.ibm.portal.resolver.bindings

Interfaces that define particular bindings to the URI resolution service as defined in Binding.

See:
          Description

Interface Summary
HttpBinding Binding via the HTTP protocol
HttpGetBinding Binding for the HTTP GET operation
HttpPostBinding Binding for the HTTP POST operation
HttpSafeBinding  
HttpUnsafeBinding  
WpSelectionBinding Binding that allows for late binding to a view in WebSphere Portal.
 

Package com.ibm.portal.resolver.bindings Description

Interfaces that define particular bindings to the URI resolution service as defined in Binding.

Package Specification

The different binding mechanism that are supported by the URI resolution infrastructure are represented as individual interfaces that extend Binding. In order to specify support for a particular binding, generate a class that implements one or more of these interfaces. For convenience constants in Constants can also be used.