Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.config
Interface Mapping

All Superinterfaces:
java.util.Map<java.lang.String,java.lang.String>
All Known Implementing Classes:
JAXBMapping

public interface Mapping
extends java.util.Map<java.lang.String,java.lang.String>

Represents an individual mapping


Nested Class Summary
static class Mapping.IdHelper
          Methods for working with the IDs
static class Mapping.Type
           

 

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

 

Field Summary
static java.lang.String ATTRIBUTE_DESCRIPTION
           
static java.lang.String ATTRIBUTE_REGION_DEFINITION
           
static java.lang.String ID
           
static java.lang.String ID_PREFIX
           
static java.lang.String PATH
           
static java.lang.String TYPE
           

 

Method Summary
 java.lang.String getAttribute(java.lang.String name)
          Retrieve an attribute value
 java.lang.String getID()
           
 java.lang.String getPath()
           
 java.lang.String getPrefix()
           
 Mapping.Type getType()
           
 void setAttribute(java.lang.String name, java.lang.String value)
          Set an attribute
 void setID(java.lang.String id)
          The ID of the mapping
 void setPath(java.lang.String path)
          Set the mapping path
 void setPrefix(java.lang.String prefix)
          Set the prefix for this mapping
 void setType(Mapping.Type type)
          Set the type of this mapping

 

Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values

 

Field Detail

ID_PREFIX

static final java.lang.String ID_PREFIX
See Also:
Constant Field Values

ID

static final java.lang.String ID
See Also:
Constant Field Values

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values

PATH

static final java.lang.String PATH
See Also:
Constant Field Values

ATTRIBUTE_REGION_DEFINITION

static final java.lang.String ATTRIBUTE_REGION_DEFINITION
See Also:
Constant Field Values

ATTRIBUTE_DESCRIPTION

static final java.lang.String ATTRIBUTE_DESCRIPTION
See Also:
Constant Field Values

Method Detail

getID

java.lang.String getID()
Returns:
the ID of the mapping

setID

void setID(java.lang.String id)
The ID of the mapping
Parameters:
id - the ID

getType

Mapping.Type getType()
Returns:
the type of mapping

setType

void setType(Mapping.Type type)
Set the type of this mapping
Parameters:
type - the type

getPath

java.lang.String getPath()
Returns:
the path of the file

setPath

void setPath(java.lang.String path)
Set the mapping path
Parameters:
path - the path (should start with '/')

getPrefix

java.lang.String getPrefix()
Returns:
the prefix associated with this mapping

setPrefix

void setPrefix(java.lang.String prefix)
Set the prefix for this mapping
Parameters:
prefix - the prefix

getAttribute

java.lang.String getAttribute(java.lang.String name)
Retrieve an attribute value
Parameters:
name - the attribute name
Returns:
the value

setAttribute

void setAttribute(java.lang.String name,
                  java.lang.String value)
Set an attribute
Parameters:
name - the attribute name
value - the value

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.