| Package | Description |
|---|---|
| org.mmbase.framework.basic | |
| org.mmbase.mynews |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicUrl |
| Modifier and Type | Field and Description |
|---|---|
static Url |
Url.NOT
NOT is the return value for an UrlConverter which cannot produce an URL for given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Url |
DirectoryUrlConverter.getFilteredInternalDirectoryUrl(List<String> path,
Map<String,?> params,
Parameters frameworkParameters) |
protected Url |
MMBaseUrlConverter.getFilteredInternalDirectoryUrl(List<String> path,
Map<String,?> blockParameters,
Parameters frameworkParameters) |
Url |
DirectoryUrlConverter.getFilteredInternalUrl(String pa,
Map<String,?> params,
Parameters frameworkParameters) |
protected abstract Url |
BlockUrlConverter.getFilteredInternalUrl(String path,
Map<String,?> params,
Parameters frameworkParameters)
When implementing this method you can assume that you don't have to return
Url.NOT. |
Url |
ChainedUrlConverter.getInternalUrl(String path,
Map<String,?> params,
Parameters frameworkParameters)
The 'technical' url.
|
Url |
BlockUrlConverter.getInternalUrl(String path,
Map<String,?> params,
Parameters frameworkParameters) |
Url |
UrlConverter.getInternalUrl(String path,
Map<String,?> params,
Parameters frameworkParameters)
|
Url |
BasicUrlConverter.getInternalUrl(String page,
Map<String,?> params,
Parameters frameworkParameters) |
protected Url |
DirectoryUrlConverter.getNiceUrl(Block block,
Parameters parameters,
Parameters frameworkParameters,
boolean action) |
protected abstract Url |
BlockUrlConverter.getNiceUrl(Block block,
Parameters blockParameters,
Parameters frameworkParameters,
boolean action)
When implementing this method, you can already assume that the url must be 'nice', iow that we
are actually rendering in the 'realm' of this UrlConverter, and you can straightforwardly,
withough any checking, produce the URL.
|
Url |
ChainedUrlConverter.getProcessUrl(String path,
Map<String,?> params,
Parameters frameworkParameters,
boolean escapeAmps)
Basically the same as
ChainedUrlConverter.getUrl(java.lang.String, java.util.Map<java.lang.String, ?>, org.mmbase.util.functions.Parameters, boolean) but for a Processor url. |
Url |
BlockUrlConverter.getProcessUrl(String path,
Map<String,?> parameters,
Parameters frameworkParameters,
boolean escapeAmps) |
Url |
UrlConverter.getProcessUrl(String path,
Map<String,?> parameters,
Parameters frameworkParameters,
boolean escapeAmps) |
Url |
BasicUrlConverter.getProcessUrl(String path,
Map<String,?> parameters,
Parameters frameworkParameters,
boolean escapeAmps) |
protected Url |
ChainedUrlConverter.getProposal(Url u,
Parameters frameworkParameters)
Upon examining the user request an 'nice' URL is proposed by an UrlConverter to resolve the request.
|
Url |
ChainedUrlConverter.getUrl(String path,
Map<String,?> params,
Parameters frameworkParameters,
boolean escapeAmps)
The URL to be printed in a page, the 'nice' url.
|
Url |
BlockUrlConverter.getUrl(String path,
Map<String,?> parameters,
Parameters frameworkParameters,
boolean escapeAmps) |
Url |
UrlConverter.getUrl(String path,
Map<String,?> parameters,
Parameters frameworkParameters,
boolean escapeAmps)
|
Url |
BasicUrlConverter.getUrl(String path,
Map<String,?> parameters,
Parameters frameworkParameters,
boolean escapeAmps) |
protected Url |
BlockUrlConverter.getUrl(String path,
Map<String,?> parameters,
Parameters frameworkParameters,
boolean escapeAmps,
boolean action)
Parameterized proposal implementation for both
BlockUrlConverter.getUrl(java.lang.String, java.util.Map<java.lang.String, ?>, org.mmbase.util.functions.Parameters, boolean, boolean) and BlockUrlConverter.getProcessUrl(java.lang.String, java.util.Map<java.lang.String, ?>, org.mmbase.util.functions.Parameters, boolean),
because they will probably be about the same. |
| Modifier and Type | Method and Description |
|---|---|
protected Url |
ChainedUrlConverter.getProposal(Url u,
Parameters frameworkParameters)
Upon examining the user request an 'nice' URL is proposed by an UrlConverter to resolve the request.
|
| Constructor and Description |
|---|
BasicUrl(Url u,
int quality) |
| Modifier and Type | Method and Description |
|---|---|
Url |
MyNewsUrlConverter.getFilteredInternalDirectoryUrl(List<String> path,
Map<String,?> params,
Parameters frameworkParameters)
Translates the result of
DirectoryUrlConverter.getNiceUrl(org.mmbase.framework.Block, org.mmbase.util.functions.Parameters, org.mmbase.util.functions.Parameters, boolean) back to an actual JSP which can render the block |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}