Uses of Class
org.hippoecm.hst.configuration.channel.Blueprint
-
Packages that use Blueprint Package Description org.hippoecm.hst.configuration.channel org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting -
-
Uses of Blueprint in org.hippoecm.hst.configuration.channel
Methods in org.hippoecm.hst.configuration.channel that return Blueprint Modifier and Type Method Description static Blueprint
Blueprint. copy(Blueprint source)
Blueprint
ChannelManagerEvent. getBlueprint()
Returns a blueprint object which is being used during the channel creation.Methods in org.hippoecm.hst.configuration.channel with parameters of type Blueprint Modifier and Type Method Description static Blueprint
Blueprint. copy(Blueprint source)
-
Uses of Blueprint in org.hippoecm.hst.configuration.hosting
Methods in org.hippoecm.hst.configuration.hosting that return Blueprint Modifier and Type Method Description Blueprint
VirtualHosts. getBlueprint(String id)
Retrieve a blue print from it's ID.Methods in org.hippoecm.hst.configuration.hosting that return types with arguments of type Blueprint Modifier and Type Method Description List<Blueprint>
VirtualHosts. getBlueprints()
The list of available blueprints
-