Uses of Interface
com.atlassian.plugin.web.model.WebParam

Packages that use WebParam
com.atlassian.plugin.web.descriptors   
com.atlassian.plugin.web.model   
 

Uses of WebParam in com.atlassian.plugin.web.descriptors
 

Fields in com.atlassian.plugin.web.descriptors declared as WebParam
protected  WebParam AbstractWebFragmentModuleDescriptor.params
           
 

Methods in com.atlassian.plugin.web.descriptors that return WebParam
 WebParam WebFragmentModuleDescriptor.getWebParams()
           
 WebParam AbstractWebFragmentModuleDescriptor.getWebParams()
           
 WebParam DefaultAbstractWebFragmentModuleDescriptor.getWebParams()
           
 

Uses of WebParam in com.atlassian.plugin.web.model
 

Subinterfaces of WebParam in com.atlassian.plugin.web.model
 interface WebLabel
          Represents a plain text, primarily used as a links name
 

Classes in com.atlassian.plugin.web.model that implement WebParam
 class DefaultWebLabel
          A simple bean to represent labels in the web interface.
 class DefaultWebParam
          Represents a sorted map of parameters.
 



Copyright © 2010 Atlassian. All Rights Reserved.