Uses of Interface
org.apache.jetspeed.om.registry.ParameterStyle

Packages that use ParameterStyle
org.apache.jetspeed.om.registry Represents a repository of configuration data. 
org.apache.jetspeed.om.registry.base   
 

Uses of ParameterStyle in org.apache.jetspeed.om.registry
 

Methods in org.apache.jetspeed.om.registry that return ParameterStyle
 ParameterStyle Parameter.getParameterStyle()
          Returns parameter style object
 

Methods in org.apache.jetspeed.om.registry with parameters of type ParameterStyle
 void Parameter.setParameterStyle(ParameterStyle style)
          Sets the parameter style object
 

Uses of ParameterStyle in org.apache.jetspeed.om.registry.base
 

Classes in org.apache.jetspeed.om.registry.base that implement ParameterStyle
 class BaseParameterStyle
          Bean like implementation of the ParameterStyle interface suitable for Castor serialization.
 

Methods in org.apache.jetspeed.om.registry.base that return ParameterStyle
 ParameterStyle BaseParameter.getParameterStyle()
           
 

Methods in org.apache.jetspeed.om.registry.base with parameters of type ParameterStyle
 void BaseParameter.setParameterStyle(ParameterStyle style)
           
 void BaseParameter.setBaseParameterStyle(ParameterStyle style)
           
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.